Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

The public API accepts all common HTTP methods. However based on access, PUT, POST, and DELETE will mostly be unavailable. Please refer to Table 2 for more information.
Table 2 Accepted HTTP verbs

Method / Verb

Description

GET

Gets the resource.

PUT

Updates the resource.

POST

Creates the resource.

DELETE

Deletes the resource.

  • No labels