post https://classic-api.contractorscloud.com/api/v1/projects//albums
Create a new album for a project.
Responses
Create a new album for a project.
xxxxxxxxxx
curl --request POST \
--url https://classic-api.contractorscloud.com/api/v1/projects/project_id/albums \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"photos_per_page": "1"
}
'
Try It!
to start a request and see the response here! Or choose an example: