v1

latestOpenAPI 3.0.02026-07-24212113249.1 KB
Tags

Create a tag

post/tags

Request body

titlestring required

Tag title

descriptionstring

Tag description

postsstring[]

Array of post IDs

Example request

{
  "title": "Sci-Fi",
  "description": "Channels that involve science fiction",
  "posts": [
    "6193c77af87edcb391bde0aa",
    "6193c77c2876173a7394c54e"
  ]
}

Response

Tag created