{ "/model_hub/update_useful_links": { "post": { "tags": [ "model management" ], "summary": "Update Useful Links", "description": "Update useful links", "operationId": "update_useful_links_model_hub_update_useful_links_post", "requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/UpdateUsefulLinksRequest" } } }, "required": true }, "responses": { "200": { "description": "Successful Response", "content": { "application/json": { "schema": {} } } }, "422": { "description": "Validation Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/HTTPValidationError" } } } } }, "security": [ { "APIKeyHeader": [] } ] } } }