Add a label to a photo. Requires admin access to the album.
POST/photo/addPhotoLabel
Authentication
Include your API key in the
x-api-key header on every request.Request body
albumIdstringrequiredThe ID of the album containing the photo
photoIdstringrequiredThe ID of the photo to label
labelstringrequiredmin 1max 40The label to add to the photo (max. 40 characters)
isHiddenbooleandefault: falseWhether or not the label is hidden from non-admin users. Defaults to false.
Response · 200 Label added successfully
dataobjectrequiredmessagestringrequiredwarningsArray<string>string