dependencies
POST/v1/observability/assets/:firstAssetId/dependencies/:secondAssetId
Link or unlink two assets together.
Request
Path Parameters
firstAssetId anyrequired
secondAssetId anyrequired
- application/json
Body
action stringrequired
Possible values: [add
, remove
]
Responses
- 200
- 401
- 404
New Request
Response Headers
Connection
string
Content-Length
string
Date
string
ETag
string
Keep-Alive
string
X-Powered-By
string
X-RateLimit-Limit
string
X-RateLimit-Remaining
string
X-RateLimit-Reset
string
- application/json
- Schema
- Example (from schema)
- New Request
Schema
message string
{
"message": "ok"
}
{
"message": "ok"
}
401
Response Headers
Connection
string
Content-Length
string
Date
string
ETag
string
Keep-Alive
string
X-Powered-By
string
- application/json
- Schema
- Example (from schema)
- 401
Schema
message string
status number
{
"message": "Unauthorized",
"status": 401
}
{
"message": "Unauthorized",
"status": 401
}
404
Response Headers
Connection
string
Content-Length
string
Date
string
ETag
string
Keep-Alive
string
X-Powered-By
string
X-RateLimit-Limit
string
X-RateLimit-Remaining
string
X-RateLimit-Reset
string
- application/json
- Schema
- Example (from schema)
- 404
Schema
message string
status number
{
"message": "Not Found",
"status": 404
}
{
"message": "Not Found",
"status": 404
}
Loading...