Add a new audience to this catalogue

POST {{baseUrl}}/catalogues/:catalogue_id/audiences

Add a new audience to this catalogue. Please note that if the catalog's visibility is set to 'public', the audiences will be ignored

Request Body

{"OrganisationID"=>"<integer>", "TeamID"=>"<integer>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;ID&quot;:&quot;\u003cinteger\u003e&quot;,&quot;OrganisationID&quot;:&quot;\u003cinteger\u003e&quot;,&quot;TeamID&quot;:&quot;\u003cinteger\u003e&quot;,&quot;CreatedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;UpdatedAt&quot;:&quot;\u003cdateTime\u003e&quot;}