Save a filter.
Version: 1.3
Required Permissions: Read-Only
HTTP method: POST
Supported by Editions: Zend Server
Request Parameters:
Parameter |
Type |
Required |
Description |
id |
Integer |
No |
ID of a filter. |
type |
String |
Yes |
Type of a filter (issue,job) |
name |
String |
Yes |
Name of filter. Name must be unique for a specific type of filter. |
data |
Array |
No |
Array of parameters to be saved. |
Expected Response Code: 200 OK. For more information see Response Format.
Response Format: Saved filter.
Possible Action Specific Error Codes:
HTTP Code |
Error Code |
Description |
500 |
internalServerError |
Saving a filter failed due to an internal problem. |
|
Request
Response
|