# Update an application Update the configuration of an existing application by its ID. You can modify fields such as the name, URLs, access type, status, frontend stack, and additional metadata. This request requires an environment token for authentication. Endpoint: PATCH /resources/applications/v1/{id} ## Path parameters: - `id` (string, required) ## Request fields (application/json): - `name` (string) - `appURL` (string) - `loginURL` (string) - `logoURL` (string) - `accessType` (string) Enum: "FREE_ACCESS", "MANAGED_ACCESS" - `isDefault` (boolean) - `isActive` (boolean) - `type` (string) - `frontendStack` (string) - `description` (string) - `metadata` (object) ## Response 201 fields