Hi,
I have been trying to execute a REST API to
Add a host to an inventory.Below is the API.
/api/v2/inventories/{id}/hosts/
Unfortunately, This API doesn't work. It gives the response as 200(Ok). But only displays the existing host. Its the same response when you run GET method for the same API call. Can someone please help me rectifying the error.