Put
/api/access/{userId}/filters/{filterId}
Security
HTTP
Type bearer
Path parameters
userId
stringRequired
Id of the user for that filter needs to be updated/deleted
filterId
stringRequired
Id of the filter that needs to be updated/deleted
Body parameters
{
"name": "filter5",
"filter": {
"applications": [
"test11"
],
"associations": [
"env11"
],
"profiles": [
"profile11"
],
"statuses": [
"status11"
],
"applicationTypes": [
"AWS11"
]
}
}
object
id
string
name
string
filter
object (Filter)
applications
Array of string
string
associations
Array of string
string
profiles
Array of string
string
statuses
Array of string
string
applicationTypes
Array of string
string
Responses
204
Update user filter
404
Error