This endpoint allows for uploading the API specification of a tool in YAML format.
Name of the tool
API specification file in YAML format.
OK
Message detailing the outcome of the operation.
Bad Request
Not Authorized
curl -i -X PUT \ 'https://domain-be.glean.com/api/tools/v1/tool/{toolName}/apispec' \ -H 'Content-Type: multipart/form-data' \ -F file=string
{"message": "string"}