v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1443136141.7 KB

Creates an application. In AppConfig, an application is simply an organizational construct like a folder. This organizational construct has a relationship with some unit of executable code. For example, you could create an application called MyMobileApp to organize and manage configuration data for a mobile application installed by your users.

post/applications

Request body

Namestring required

A name for the application.

Descriptionstring

A description of the application.

Tagsobject

Metadata to assign to the application. Tags help organize and categorize your AppConfig resources. Each tag consists of a key and an optional value, both of which you define.

Response

Success

Idstring

The application ID.

Namestring

The application name.

Descriptionstring

The description of the application.

Example response

{
  "Description": "An application used for creating an example.",
  "Id": "339ohji",
  "Name": "Example-Application"
}