Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
ESA MCP Server
Claim
by
d-kimuson
npm
GitHub
Search
TypeScript
MIT License
2
3
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
openapi-spec
openapi-spec/categories.json
openapi-spec/comments.json
openapi-spec/emojis.json
openapi-spec/invitations.json
openapi-spec/members.json
openapi-spec/oauth.json
openapi-spec/openapi.json
openapi-spec/posts.json
openapi-spec/stars.json
openapi-spec/tags.json
openapi-spec/teams.json
openapi-spec/user.json
openapi-spec/watches.json
{ "paths": { "/v1/teams/{team_name}/categories/batch_move": { "post": { "tags": ["Category"], "summary": "Batch move categories", "security": [{ "bearerAuth": [] }], "parameters": [ { "$ref": "./openapi.json#/components/parameters/teamName" } ], "requestBody": { "required": true, "content": { "application/json": { "schema": { "type": "object", "required": ["from", "to"], "properties": { "from": { "type": "string", "description": "Source category path" }, "to": { "type": "string", "description": "Destination category path" } } } } } }, "responses": { "200": { "description": "Categories moved", "content": { "application/json": { "schema": { "type": "object", "properties": { "count": { "type": "integer", "description": "Number of moved categories including subcategories" }, "from": { "type": "string" }, "to": { "type": "string" } } } } } }, "400": { "content": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } }, "401": { "content": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } }, "404": { "content": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } }, "409": { "content": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } }, "429": { "content": { "$ref": "./openapi.json#/components/schemas/ErrorResponseBody" } } } } } } }