All URIs are relative to https://api.qovery.com
| Method | HTTP request | Description |
|---|---|---|
| create_organization_custom_role | POST /organization/{organizationId}/customRole | Create an organization custom role |
| delete_organization_custom_role | DELETE /organization/{organizationId}/customRole/{customRoleId} | Delete organization custom role |
| edit_organization_custom_role | PUT /organization/{organizationId}/customRole/{customRoleId} | Edit an organization custom role |
| get_organization_custom_role | GET /organization/{organizationId}/customRole/{customRoleId} | Get an organization custom role |
| list_organization_custom_roles | GET /organization/{organizationId}/customRole | List organization custom roles |
models::OrganizationCustomRole create_organization_custom_role(organization_id, organization_custom_role_create_request) Create an organization custom role
Create an organization custom role
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| organization_id | uuid::Uuid | Organization ID | [required] | |
| organization_custom_role_create_request | Option<OrganizationCustomRoleCreateRequest> |
models::OrganizationCustomRole
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
delete_organization_custom_role(organization_id, custom_role_id) Delete organization custom role
Delete organization custom role
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| organization_id | uuid::Uuid | Organization ID | [required] | |
| custom_role_id | uuid::Uuid | Custom Role ID | [required] |
(empty response body)
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::OrganizationCustomRole edit_organization_custom_role(organization_id, custom_role_id, organization_custom_role_update_request) Edit an organization custom role
Edit an organization custom role
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| organization_id | uuid::Uuid | Organization ID | [required] | |
| custom_role_id | uuid::Uuid | Custom Role ID | [required] | |
| organization_custom_role_update_request | Option<OrganizationCustomRoleUpdateRequest> |
models::OrganizationCustomRole
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::OrganizationCustomRole get_organization_custom_role(organization_id, custom_role_id) Get an organization custom role
Get an organization custom role
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| organization_id | uuid::Uuid | Organization ID | [required] | |
| custom_role_id | uuid::Uuid | Custom Role ID | [required] |
models::OrganizationCustomRole
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::OrganizationCustomRoleList list_organization_custom_roles(organization_id) List organization custom roles
List organization custom roles
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| organization_id | uuid::Uuid | Organization ID | [required] |
models::OrganizationCustomRoleList
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]