Update Inventory Source
get
/api/v2/inventory_sources/{id}/update/
Make a GET request to this resource to determine if the group can be updated from its inventory source. The response will include the following field:
can_update
: Flag indicating if this inventory source can be updated (boolean, read-only)
Make a POST request to this resource to update the inventory source. If successful, the response status code will be 202. If the inventory source is not defined or cannot be updated, a 405 status code will be returned.
Request
Supported Media Types
- application/json
Path Parameters
Back to Top
Response
Supported Media Types
- application/json
200 Response
Root Schema : InventorySourceUpdate
Type:
Show Source
object
-
can_update:
boolean
Title:
Can update
Read Only:true