# Replace organization applications **PUT /api/organizations/{id}/applications** Replace all applications associated with the organization with the given data. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **id** (string) The unique identifier of the organization. ### Body: application/json (object) - **applicationIds** (array[string]) An array of application IDs to replace existing applications. ## Responses ### 204 The applications were replaced successfully. ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 422 The applications could not be replaced. Some of the applications may not exist. [Powered by Bump.sh](https://bump.sh)