Skip to main content
POST
/
screenings
/
{screeningPublicId}
/
tags
Set screening tags
curl --request POST \
  --url https://api.maalbar.dk/screenings/{screeningPublicId}/tags \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '
[
  {
    "publicId": "stg_xxxxxxxxxxxx"
  }
]
'
{
  "error": "Authentication required"
}

Authorizations

X-Api-Key
string
header
required

Body

application/json
publicId
string
required
Required string length: 16
Example:

"stg_xxxxxxxxxxxx"

Response

Unauthorized

error
string
Example:

"Authentication required"