post https://guo-api.onrender.com/api/series
Using this endpoint, a new series collection can be added to the library
Log in to see full request history
Responses
400Invalid Series ID!
409Series ID taken!
Using this endpoint, a new series collection can be added to the library
400Invalid Series ID!
409Series ID taken!
xxxxxxxxxx
10curl --request POST \
--url https://guo-api.onrender.com/api/series \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"plannedVolumes": 1,
"bookTourEvents": 0
}
'
Try It!
to start a request and see the response here! Or choose an example: