UpdateApplicationRequest: {
    applicationId: string;
    description?: string;
    name?: string;
    tags?: string[];
}

Type declaration

  • applicationId: string

    ID of the application to update.

  • Optionaldescription?: string

    New description for the application (max length is 200 chars).

  • Optionalname?: string

    New name for the application (max length is 64 chars).

  • Optionaltags?: string[]

    New tags for the application (maximum of 10 tags).