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
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"
}
}
On This Page
Saved AppMap Search Group Operations
POST
Add Saved App Map Search To Group
POST
Create Saved App Map Search Group
DELETE
Delete Saved App Map Search Group
GET
Get All Saved App Map Search Group
GET
Get Saved App Map Searches For Group
GET
Get Saved App Map Search Group
POST
Remove Saved App Map Search From Group
PUT
Update Saved App Map Search Group