Listings notification

This is called when listings content (including Project level fields) changes. Notification for manual not started Events are not sent as such Events are not exposed in listings.

Listings notification

PUT https://example-extension.mic.io/mic/:mic_instance_id/projects/:project_id/listings

Path Parameters

NameTypeDescription

lvis_instance_id

string

Unique identifier across all LViS instances, in UUID format.

project_id

string

Project UUID.

Request Body

NameTypeDescription

project_id

string

Project UUID.

// Any success response expected, response body ignoring.

Example

curl --request PUT \
  --url https://example-extension.mic.io/mic/c068dd33-46c3-4789-a619-b14e4bcbe990/projects/da34516f-00af-435e-bd03-ab1720755dda/listings \
  --header 'Content-Type: application/vnd.api+json' \
  --data '{
    "project_id": "da34516f-00af-435e-bd03-ab1720755dda"
  }'