Update Inventory Variable Data
put
/api/v2/inventories/{id}/variable_data/
Make a PUT or PATCH request to this resource to update variables defined for a inventory.
Request
Supported Media Types
- application/json
Path Parameters
Query Parameters
-
search: string
A search term.
Root Schema : schema
Example:
{
"fooooo":"bar"
}
Response
Supported Media Types
- application/json
200 Response
Example Response (application/json)
{
"fooooo":"bar"
}
403 Response
Example Response (application/json)
{
"detail":"You do not have permission to perform this action."
}