patch https://wassdev.idbanc.com/organization//apps/
This endpoint update specific details of an app within an organization
Path Parameter
| Parameter | Type | Description |
|---|---|---|
| organizationId | string | The ID of the organization. |
| appId | string | The ID of the app. |
Request Body
The request should include the following parameters:
| Parameter | Type | Description |
|---|---|---|
| name | string | Updated name of the app. |
| type | string | Updated type of the app (e.g., "web"). |
| displayName | string | Updated display name of the app. |