Add a new Application to an Organization
POST {{baseUrl}}/orgs/:orgId/apps
Creates a new Application, then adds it to the specified Organization.
Request Body
{"id"=>"8vdugxq", "name"=>"Excepteur"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"created_at":"2020-06-15T09:32:03Z","created_by":"a-user@example.com","envs":{"id":"development","name":"Development","type":"development"},"id":"my-app","name":"My Awesome App"}