cURL
curl --request PATCH \ --url https://your-instance.example.com/api/marketplace/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "shareType": "reference", "isContentVisible": true, "allowEditableReferences": true } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
reference
copy
Publish settings updated
Generic response envelope. Endpoint-specific fields are intentionally open.