Update Saved App Map Search
Update a search
Request
URI
PUT
https://{api_host}/api/v2/savedappmapsearch/{id}
COPY
Path Parameters
string
id
Required
id
Request Body
SavedAppMapSearch of type(s) application/json
Optional
{
"name": "string",
"id": "string",
"createdEpochMillis": 0,
"updatedEpochMillis": 0,
"searchFilters": {
"filters": [
{
"filterType": "string",
"values": {
"stringValue": "string",
"arrayValue": [
"string"
],
"logicalValue": [
[
{}
]
]
}
}
],
"query": "string"
},
"deleted": false,
"creatorId": "string",
"updaterId": "string"
}
string
name
Required
Name of the search
string
id
Optional
id
integer As int64 As int64
createdEpochMillis
Optional
createdEpochMillis
integer As int64 As int64
updatedEpochMillis
Optional
updatedEpochMillis
boolean
deleted
Optional
deleted
string
creatorId
Optional
creatorId
string
updaterId
Optional
updaterId
Responses
200
successful operation
Returns ResponseContainerSavedAppMapSearch of type(s) application/json
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": {
"name": "string",
"id": "string",
"createdEpochMillis": 0,
"updatedEpochMillis": 0,
"searchFilters": {
"filters": [
{
"filterType": "string",
"values": {
"stringValue": "string",
"arrayValue": [
"string"
],
"logicalValue": [
[
{}
]
]
}
}
],
"query": "string"
},
"deleted": false,
"creatorId": "string",
"updaterId": "string"
}
}
On This Page
Saved AppMap Search Operations
POST
Create Saved App Map Search
GET
Default App Map Search
POST
Default App Map Search
POST
Default Customer App Map Search
DELETE
Delete Saved App Map Search
DELETE
Delete Saved App Map Search For User
GET
Get All Saved App Map Searches
GET
Get All Saved App Map Searches For User
GET
Get Saved App Map Search
PUT
Update Saved App Map Search
PUT
Update Saved App Map Search For User