Applications

get

Get applications tags filtered by a matching supplied query

Query parameters
querystringOptional

Match tag by keyword

Example: user
Responses
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
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?