action vocadb_post_api_tags { label: "post_api_tags" provider: vocadb method: POST path: "/api/tags" encoding: json input: { type: "object" properties: { name: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { additionalNames: { type: "string" } categoryName: { type: "string" } id: { type: "integer" format: "int32" } name: { type: "string" } urlSlug: { type: "string" } } additionalProperties: false } }