Appearance
Update stock photo key
PATCH
/api/v1/stock-photo-keys/{key_id}
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
key_id*
Type
Requiredstring
Format
"uuid"Request Body
application/json
JSON
{
"api_key": "string",
"is_active": true
}
Responses
Successful Response
application/json
JSON
{
"id": "string",
"organization_id": "string",
"provider": "string",
"is_active": true,
"created_at": "string",
"updated_at": "string"
}