POST
/photo/removePhotoLabel
curl \
--request POST 'https://public-api.joinswsh.com/photo/removePhotoLabel' \
--header "x-api-key: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"albumId":"22222222-2222-2222-2222-222222222222","photoId":"44444444-4444-4444-4444-444444444444","label":"Vacation","isHidden":false}'
Request examples
{
"albumId": "22222222-2222-2222-2222-222222222222",
"photoId": "44444444-4444-4444-4444-444444444444",
"label": "Vacation",
"isHidden": false
}
Response examples (200)
{
"data": {
"message": "Success!"
},
"warnings": [
"Example warning"
]
}
Response examples (400)
{
"message": "Invalid request"
}