Skip to content

Commit

Permalink
Merge 4ef5089 into c2b1229
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyanka Sood committed Aug 22, 2019
2 parents c2b1229 + 4ef5089 commit b82a6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoints-support.md
Expand Up @@ -11,7 +11,7 @@
***Notes***

* If an endpoint is not marked as implemented for a specific API, it can still be used in compatibility mode for the supported API versions.
* If an example is not working on a supported API version, verify the [HPE OneView REST API Documentation](http://h17007.www1.hpe.com/docs/enterprise/servers/oneview3.1/cic-api/en/api-docs/current/index.html) for the API version being used, since the expected attributes for that resource might have changed.
* If an example is not working on a supported API version, verify the [HPE OneView REST API Documentation](http://h17007.www1.hpe.com/docs/enterprise/servers/oneview4.1/cic-api/en/index.html#) for the API version being used, since the expected attributes for that resource might have changed.
* For DELETE endpoints which remove multiple resources at once using a filter, that functionality is considered as implemented so long as a DELETE by `{id}` is implemented for that resource.
The user may then call the method `find_by` to filter the resources and use a looping function to remove all matching results, similarly to the following example:
```ruby
Expand Down

0 comments on commit b82a6ea

Please sign in to comment.