latestOpenAPI 3.1.02026-08-10150311431.9 KB

c1f3c6d96b31

Applications

Update a Application

put/applications/{owner}/{slug}

Path parameters

ownerstring required
slugstring required

Request body

descriptionstring

A description of the application

publicboolean

Whether or not a application is publicly viewable

keywordsstring[]

A list of keywords associated with the application

sourcestring

A link to the source code of the application

licensestring

The license of the application

is_paidboolean

Whether or not the application is paid

Example request

{
  "description": "I always wanted to have a application called application Falcon",
  "keywords": [
    "falcon",
    "api"
  ]
}

Response

Accepted

statusstring