A valid request URL is required to generate request examples{
"attributes": {
"active": true,
"auth_key": "<string>",
"auth_schema_name": "<string>",
"dependencies": "<array>",
"description": "<string>",
"file_stores": [
{
"attributes": {
"description": "<string>",
"file_name": "<string>",
"last_processed_on": "<string>",
"length": 123
},
"id": "<string>",
"type": "<string>"
}
],
"filters": [
{
"attributes": {
"description": "<string>",
"name": "<string>",
"namespace": "<string>",
"response_filter": true,
"script": [
123
]
},
"id": "<string>",
"type": "<string>"
}
],
"name": "<string>",
"namespace": "<string>",
"oas_spec": "<string>",
"operations": [
"<string>"
],
"privacy_score": 123,
"tool_type": "<string>"
},
"id": "<string>",
"type": "<string>"
}Replace all dependencies for a specific tool
A valid request URL is required to generate request examples{
"attributes": {
"active": true,
"auth_key": "<string>",
"auth_schema_name": "<string>",
"dependencies": "<array>",
"description": "<string>",
"file_stores": [
{
"attributes": {
"description": "<string>",
"file_name": "<string>",
"last_processed_on": "<string>",
"length": 123
},
"id": "<string>",
"type": "<string>"
}
],
"filters": [
{
"attributes": {
"description": "<string>",
"name": "<string>",
"namespace": "<string>",
"response_filter": true,
"script": [
123
]
},
"id": "<string>",
"type": "<string>"
}
],
"name": "<string>",
"namespace": "<string>",
"oas_spec": "<string>",
"operations": [
"<string>"
],
"privacy_score": 123,
"tool_type": "<string>"
},
"id": "<string>",
"type": "<string>"
}Was this page helpful?