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
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Content-Type | string | ||
| Accept | string | 
RESPONSES
status: Created
{"ID":"\u003cinteger\u003e","OrganisationID":"\u003cinteger\u003e","TeamID":"\u003cinteger\u003e","CreatedAt":"\u003cdateTime\u003e","UpdatedAt":"\u003cdateTime\u003e"}