Update Local Prefix Filter (v2.0)
Update a new local prefix filter.
Path Parameters
tenant_id string required
The tenant ID.
id string required
The ID of the new local prefix filter.
application/json
Request Body
Details to update the local prefix filter.
description
Description of the local prefix filter.
id string
ID of the local prefix filter.
name string required
Name of the local prefix filter.
Responses
- 200
- 400
Successful Operation
application/json
Schema
Example (from schema)
Schema
description
Description of the local prefix filter.
id string
ID of the local prefix filter.
name string required
Name of the local prefix filter.
{
"id": "string",
"name": "string"
}
Bad Request
application/json
Schema
Example (from schema)
Example
Schema
- Array [
- ]
_error ErrorResponse[]
code string
message string
{
"_error": [
{
"code": "string",
"message": "string"
}
]
}
{
"value": {
"_error": [
{
"code": "SECURITY_FILTER_DUPLICATE_FILTER"
},
{
"code": "SECURITY_FILTER_NAME_REQUIRED"
},
{
"code": "SECURITY_FILTER_INVALID_NAME"
},
{
"code": "SECURITY_FILTER_INVALID_DESCRIPTION"
},
{
"code": "JSON_SCHEMA_MISMATCH"
}
]
}
}
Loading...