Update listing status
Listing
Update listing status
Updates the status of a specific listing. Can be used to activate or deactivate a listing.
PUT
Update listing status
Documentation Index
Fetch the complete documentation index at: https://ota-docs.calry.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Headers
Optional tenant ID to specify which tenant to operate as. If not provided, the default tenant will be used.
Path Parameters
Unique identifier of the listing
Example:
"123e4567-e89b-12d3-a456-426614174000"
Body
application/json
Status of the listing
Available options:
ACTIVE, INACTIVE Example:
"ACTIVE"
Response
Listing status updated successfully