Skip to main content

Update an application

PUT 

/applications/:applicationId

Updates specific settings for an application. If a setting is not specified, it will not be updated.

Request

Path Parameters

    applicationId stringrequired

Header Parameters

    X-Codenow-Api-Key anyrequired

    CodeNOW API Key

Body

required

    description stringnullable

    relatedEnvironments

    object[]

    nullable

  • Array [

  • id string
    production boolean
  • ]

Responses

applications-update 200 response

Schema

    status stringrequired

    Possible values: non-empty

Loading...