# Bind metadata query to a category Endpoint: PUT /accounts/{accountId}/ontologies/{ontologyId}/categories/{categoryId}/bindings/{metadataQueryId} Version: 1.0.0 Security: bearerAuth ## Path parameters: - `accountId` (string, required) Short account ID with scd- prefix Example: "scd-k2j8n4m1" - `ontologyId` (string, required) The ID of the ontology - `categoryId` (string, required) The ID of the category - `metadataQueryId` (string, required) The ID of the metadata query ## Request fields (application/json): - `uniqueIndexElement` (boolean) Whether this metadata query is part of the unique index - `required` (boolean) Whether this metadata query is required Example: true ## Response 200 fields (application/json): - `id` (string, required) Example: "123e4567-e89b-12d3-a456-426614174001" - `name` (string, required) Example: "Research Papers" - `description` (string,null, required) Example: "Academic research papers and publications" - `metadataQueryBindings` (array, required) ## Response 400 fields ## Response 401 fields ## Response 404 fields