Update a metadata descriptor on all accessible projects

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://api-docs.kitsu.cloud/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Kitsu API MCP server": {
    "url": "https://api-docs.kitsu.cloud/mcp"
  }
}

Close
PUT /data/metadata-descriptors/all-projects/{field_name}

Update every metadata descriptor sharing the given field name across the open projects the user can access. Replaces one update request per project.

Path parameters

  • field_name string Required

Responses

  • 200

    Updated descriptors

  • 400

    Invalid parameters

PUT /data/metadata-descriptors/all-projects/{field_name}
curl \
 --request PUT 'http://api.example.com/data/metadata-descriptors/all-projects/{field_name}' \
 --header "Authorization: $API_KEY"