Skip to main content
POST
Create application

Authorizations

Authorization
string
header
required

Generate an API token at https://qlty.sh/user/settings/tokens

Path Parameters

ownerKeyOrId
string
required

Repository owner name (login) or workspace ID

Minimum string length: 3
Example:

"acme-corp"

Body

application/json

Application definition

name
string
required
Required string length: 1 - 100
Example:

"Checkout"

description
string | null
Maximum string length: 500
Example:

"Checkout and payments"

Response

The created application

An Application as defined for a Workspace, without computed fields such as projectCount

id
string
required
Example:

"550e8400-e29b-41d4-a716-446655440000"

name
string
required
Example:

"Checkout"

description
string | null
required
Example:

"Checkout and payments"