All URIs are relative to https://api.qovery.com
| Method | HTTP request | Description |
|---|---|---|
| create_organization_annotations_group | POST /organization/{organizationId}/annotationsGroups | Create an organization annotations group |
| delete_organization_annotations_group | DELETE /organization/{organizationId}/annotationsGroups/{annotationsGroupId} | Delete organization annotations group |
| edit_organization_annotations_group | PUT /organization/{organizationId}/annotationsGroups/{annotationsGroupId} | Edit organization annotations group |
| get_organization_annotations_group | GET /organization/{organizationId}/annotationsGroups/{annotationsGroupId} | Get organization annotations group |
| get_organization_annotations_group_associated_items | GET /organization/{organizationId}/annotationsGroups/{annotationsGroupId}/associatedItems | Get organization annotations group associated items |
| list_organization_annotations_group | GET /organization/{organizationId}/annotationsGroups | List organization annotations group |
models::OrganizationAnnotationsGroupResponse create_organization_annotations_group(organization_id, organization_annotations_group_create_request) Create an organization annotations group
Create an organization annotations group
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| organization_id | uuid::Uuid | Organization ID | [required] | |
| organization_annotations_group_create_request | Option<OrganizationAnnotationsGroupCreateRequest> |
models::OrganizationAnnotationsGroupResponse
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
delete_organization_annotations_group(organization_id, annotations_group_id) Delete organization annotations group
Delete organization annotations group
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| organization_id | uuid::Uuid | Organization ID | [required] | |
| annotations_group_id | uuid::Uuid | Organization annotations group 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::OrganizationAnnotationsGroupResponse edit_organization_annotations_group(organization_id, annotations_group_id, organization_annotations_group_create_request) Edit organization annotations group
Edit organization annotations group
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| organization_id | uuid::Uuid | Organization ID | [required] | |
| annotations_group_id | uuid::Uuid | Organization annotations group ID | [required] | |
| organization_annotations_group_create_request | Option<OrganizationAnnotationsGroupCreateRequest> |
models::OrganizationAnnotationsGroupResponse
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::OrganizationAnnotationsGroupResponse get_organization_annotations_group(organization_id, annotations_group_id) Get organization annotations group
Get organization annotations group
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| organization_id | uuid::Uuid | Organization ID | [required] | |
| annotations_group_id | uuid::Uuid | Organization annotations group ID | [required] |
models::OrganizationAnnotationsGroupResponse
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::OrganizationAnnotationsGroupAssociatedItemsResponseList get_organization_annotations_group_associated_items(organization_id, annotations_group_id) Get organization annotations group associated items
Get organization annotations group associated items
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| organization_id | uuid::Uuid | Organization ID | [required] | |
| annotations_group_id | uuid::Uuid | Organization annotations group ID | [required] |
models::OrganizationAnnotationsGroupAssociatedItemsResponseList
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::ListOrganizationAnnotationsGroup200Response list_organization_annotations_group(organization_id) List organization annotations group
List organization annotations group
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| organization_id | uuid::Uuid | Organization ID | [required] |
models::ListOrganizationAnnotationsGroup200Response
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]