Create tag
POST/tags
Create a Tag
Request
Header Parameters
Content-Type stringrequired
Example: application/x-www-form-urlencoded
Accept stringrequired
Example: application/json
- application/x-www-form-urlencoded
Body
title stringrequired
Title of series
Example:
New title
description stringrequired
Description of series
Example:
This is a description
privacy stringrequired
Privacy of content (hidden, public, registered)
Example:
hidden
Responses
- 200
Response Headers
- application/json
- Schema
- Example (from schema)
- 1
Schema
status stringrequired
id stringrequired
{
"status": "string",
"id": "string"
}
OK
{
"status": "<string>",
"id": "<string>"
}
Loading...