Update Saved App Map Search Group

Update Saved App Map Search Group

Update a search group

Request
URI
PUT
https://{api_host}/api/v2/savedappmapsearchgroup/{id}
COPY
Path Parameters
string
id
Required

id


Request Body
SavedAppMapSearchGroup of type(s) application/json
Optional
{
    "name": "string",
    "id": "string",
    "createdEpochMillis": 0,
    "updatedEpochMillis": 0,
    "searchFilters": [
        "string"
    ],
    "creatorId": "string",
    "updaterId": "string"
}
string
name
Required

Name of the search group

string
id
Optional

id

integer As int64 As int64
createdEpochMillis
Optional

createdEpochMillis

integer As int64 As int64
updatedEpochMillis
Optional

updatedEpochMillis

array of string
searchFilters
Optional

searchFilters

string
creatorId
Optional

creatorId

string
updaterId
Optional

updaterId

Authentication
This operation uses the following authentication methods.
Responses
200

successful operation

Returns ResponseContainerSavedAppMapSearchGroup of type(s) application/json
{
    "status": {
        "result": "string",
        "message": "string",
        "code": 0
    },
    "response": {
        "name": "string",
        "id": "string",
        "createdEpochMillis": 0,
        "updatedEpochMillis": 0,
        "searchFilters": [
            "string"
        ],
        "creatorId": "string",
        "updaterId": "string"
    }
}
status
Required

status

response
Optional

response