Update Inventory Variable Data

patch

/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
Path Parameters
Query Parameters
Body ()
Root Schema : schema
Example:
{
    "host_filter":"bar"
}
Back to Top

Response

Supported Media Types

200 Response

Body
Example Response (application/json)
{
    "host_filter":"bar"
}

403 Response

Body
Example Response (application/json)
{
    "detail":"You do not have permission to perform this action."
}
Back to Top