collections
Replace collection authors
Associate new authors with the collection. This will remove all already associated authors and add these new ones
put/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