collections
Add collection authors
Associate new authors with the collection. This will add new authors to the list of already associated authors
post/account/collections/{collection_id}/authors
Path parameters
collection_idinteger required
Collection unique identifier
Request body
Example request
{
"authors": [
{
"id": 12121
},
{
"id": 34345
},
{
"name": "John Doe"
}
]
}Response
Reset Content