Applications
get
Get applications tags filtered by a matching supplied query
Query parameters
querystringOptionalExample:
Match tag by keyword
user
Responses
200Success
application/json
400
The request input was invalid
application/json
401
Authentication error
application/json
402
The purchased Lenses license does not provide access to this feature
application/json
403
Authorisation error
application/json
404
The requested resource cannot be found
application/json
500
An internal server error has occurred
application/json
get
GET /api/v1/environments/{name}/proxy/api/v1/apps/tags HTTP/1.1
Host:
Accept: */*
{
"tags": [
"user-generated-content",
"user-details",
"testuser"
]
}
put
Sets an application description. Will respond with a bad request if a blank description is supplied
Path parameters
applicationIdstring · min: 1RequiredExample:
application-id
Body
descriptionstring · min: 1Optional
Responses
204Success
400
The request input was invalid
application/json
401
Authentication error
application/json
402
The purchased Lenses license does not provide access to this feature
application/json
403
Authorisation error
application/json
404
The requested resource cannot be found
application/json
500
An internal server error has occurred
application/json
put
PUT /api/v1/environments/{name}/proxy/api/v1/apps/{applicationId}/description HTTP/1.1
Host:
Content-Type: application/json
Accept: */*
Content-Length: 48
{
"description": "Aggregates distances by driver"
}
No content
Last updated
Was this helpful?