-
Methods in sh.ory.api with parameters of type UpdateProject
| Modifier and Type |
Method |
Description |
SuccessfulProjectUpdate |
V0alpha2Api.updateProject(String projectId,
UpdateProject updateProject) |
Update an Ory Cloud Project Configuration
This endpoints allows you to update the Ory Cloud Project configuration for individual services (identity, permission, ...).
|
okhttp3.Call |
V0alpha2Api.updateProjectAsync(String projectId,
UpdateProject updateProject,
ApiCallback<SuccessfulProjectUpdate> _callback) |
Update an Ory Cloud Project Configuration (asynchronously)
This endpoints allows you to update the Ory Cloud Project configuration for individual services (identity, permission, ...).
|
okhttp3.Call |
V0alpha2Api.updateProjectCall(String projectId,
UpdateProject updateProject,
ApiCallback _callback) |
Build call for updateProject
|
ApiResponse<SuccessfulProjectUpdate> |
V0alpha2Api.updateProjectWithHttpInfo(String projectId,
UpdateProject updateProject) |
Update an Ory Cloud Project Configuration
This endpoints allows you to update the Ory Cloud Project configuration for individual services (identity, permission, ...).
|
-