curl --request PUT \
  --url https://{domain}-be.glean.com/api/tools/v1/tool/{toolName}/apispec \
  --header 'Content-Type: multipart/form-data'
{
  "message": "<string>"
}

Path Parameters

toolName
string
required

Name of the tool

Body

multipart/form-data
file
file

API specification file in YAML format.

Response

200
application/json
OK
message
string

Message detailing the outcome of the operation.