Tankoubon API
Endpoints related to Tankoubons.
Create a new Tankoubon or update the name of an existing one.
Use Authorization: Bearer <base64(api_key)>
Name of the Tankoubon
ID of an existing Tankoubon, if you want to change its name.
Success response
Error response
Get the details of the specified tankoubon ID, with the archives list paginated.
The amount of archives per page depends on the server archives_per_page setting.
ID of the Tankoubon desired
If set to true, a full_data array will be added to the response with full Archive metadata.
Page of the Archives list. You can use -1 to return all archives if needed.
Tankoubon
Error response
Modify the full metadata (name, summary, additional tags) or the contents of a Tankoubon.
If you only need to change the name of Tank, consider just using PUT /api/tankoubons.
Note: If there is no need to update something in one of the data keys, do not send the key -- This otherwise can result in unwanted results.
Use Authorization: Bearer <base64(api_key)>
ID of the Tankoubon to update.
Ordered array with the IDs of the archives.
Success response
Error response
The Tankoubon is currently locked for modification
Remove a Tankoubon from the server. This doesn't delete underlying Archives.
Use Authorization: Bearer <base64(api_key)>
Success response
Error response
The Tankoubon is currently locked for modification
Append an archive at the final position of a Tankoubon.
Use Authorization: Bearer <base64(api_key)>
ID of the Tankoubon to update.
ID of the Archive to append.
Success response
Error response
The Tankoubon is currently locked for modification
Use Authorization: Bearer <base64(api_key)>
ID of the Tankoubon to update.
ID of the Archive to remove.
Result
Error response
The Tankoubon is currently locked for modification
Last updated