/application

Search Applications

get

Performs a full-text search of all applications known to the server. As with other full-text endpoints this allows for pagination and offset.

Authorizations
AuthorizationstringRequired
Query parameters
offsetanyOptionalDefault: 0
countanyOptionalDefault: 20
searchanyOptional
Responses
get
/application

Creates a New Application

post

Gets the metadata for a single application. This may include more specific details not available in the bulk-get or fetch operation.

Authorizations
AuthorizationstringRequired
Body
nameanyRequiredPattern: [^_]\w+
descriptionanyOptional
attributesanyOptional
Responses
post
/application

Get an Application

get

Gets the metadata for a single application. This may include more specific details not availble in the bulk-get or fetch operation.

Authorizations
AuthorizationstringRequired
Path parameters
nameOrIdanyRequired
Responses
get
/application/{nameOrId}

Updates an Application

put

Performs an update to an existing application known to the server.

Authorizations
AuthorizationstringRequired
Path parameters
nameOrIdanyRequired
Body
nameanyRequiredPattern: [^_]\w+
descriptionanyOptional
attributesanyOptional
Responses
put
/application/{nameOrId}

Deletes an Application

delete

Deletes a specific application known to the server.

Authorizations
AuthorizationstringRequired
Path parameters
nameOrIdanyRequired
Responses
delete
/application/{nameOrId}

Last updated