member table
|
requiredParam Required |
string |
Description of the required parameter. |
|
optionalParam Optional |
int |
An optional parameter will be described here. |
http request get
|
GET Request Sample |
| /api/v1/samples/{id}/tokens?myParam={param} HTTP/1.1 | |
http request post
|
POST Request Sample |
| /api/v1/samples/{id}/tokens?myParam={param} HTTP/1.1 | |
http request put
|
PUT Request Sample |
| /api/v1/samples/{id}/tokens?myParam={param} HTTP/1.1 | |
http request delete
|
DELETE Request Sample |
| /api/v1/samples/{id}/tokens?myParam={param} HTTP/1.1 | |
response codes
200: OK
The request has succeeded, the response body contains the requested information.
403: Forbidden
Returned if the user has no permission to perform the action.
404: Not Found
Returned if an item with the specified name does not exist.