/requests/{id}
Mount Point: /auth/api/v1/requests/{id}/
The following operations are supported on this resource:
GET
Retrieve a specified persisted Request.
Parameters
| name | description | type | default |
|---|---|---|---|
| id | The ID of the persisted Request to be retrieved. | path |
Response Body
| result: | request |
| media types: | application/json |
The specified persisted Request.
Status Codes
| code | description |
|---|---|
| 200 | Success |
| 404 | No such object |
PUT
Updates a persisted Request.
Parameters
| name | description | type | default |
|---|---|---|---|
| id | The ID of the persisted Request to be updated. | path |
Request Body
| element: | request |
| media types: | application/json |
The updated state.
Response Body
| result: | request |
| media types: | application/json |
Request updated request.
Status Codes
| code | description |
|---|---|
| 200 | Success |
| 409 | Reserved for cache object out of date |
DELETE
Deletes the specified persisted Request.
Parameters
| name | description | type | default |
|---|---|---|---|
| id | The ID of the persisted Request to be deleted. | path |
Status Codes
| code | description |
|---|---|
| 204 | Success |
| 404 | No such object |