HTTP verbs
The discovery import API follows the standard HTTP semantics.
The following table describes the http verbs used in this API.
| Verb | What it does | Typical use in this API (Discovery Import) |
|---|---|---|
| GET | Retrieve data (read-only). | Get one operation by ID. |
| POST | Create or perform an action. | Create a new operation. |
| PUT | Update/replace a resource. | Update an operation. |
| DELETE | Remove a resource. | Delete one operation by ID. |
| HEAD | Return headers only (no body). | Count operations via X-Total-Count for a given filter. |
Updated 30 days ago