Skip to content

Commit

Permalink
Deploying from phrase/openapi@4935dac5
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase committed Apr 2, 2024
1 parent 5bbdeac commit 8b8ef86
Show file tree
Hide file tree
Showing 25 changed files with 1,884 additions and 5 deletions.
15 changes: 15 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ docs/JobTemplatesApi.md
docs/JobUpdateParameters.md
docs/JobsApi.md
docs/KeyCreateParameters.md
docs/KeyLink.md
docs/KeyLinksBatchDestroyParameters.md
docs/KeyLinksCreateParameters.md
docs/KeyLinksIndex400Response.md
docs/KeyPreview.md
docs/KeyUpdateParameters.md
docs/KeysApi.md
Expand All @@ -133,6 +137,7 @@ docs/KeysIncludeParameters.md
docs/KeysSearchParameters.md
docs/KeysTagParameters.md
docs/KeysUntagParameters.md
docs/LinkedKeysApi.md
docs/Locale.md
docs/LocaleCreateParameters.md
docs/LocaleDetails.md
Expand Down Expand Up @@ -294,6 +299,7 @@ phrase_api/api/job_templates_api.py
phrase_api/api/jobs_api.py
phrase_api/api/keys_api.py
phrase_api/api/keys_figma_attachments_api.py
phrase_api/api/linked_keys_api.py
phrase_api/api/locales_api.py
phrase_api/api/members_api.py
phrase_api/api/notification_groups_api.py
Expand Down Expand Up @@ -419,6 +425,10 @@ phrase_api/models/job_template_preview.py
phrase_api/models/job_template_update_parameters.py
phrase_api/models/job_update_parameters.py
phrase_api/models/key_create_parameters.py
phrase_api/models/key_link.py
phrase_api/models/key_links_batch_destroy_parameters.py
phrase_api/models/key_links_create_parameters.py
phrase_api/models/key_links_index400_response.py
phrase_api/models/key_preview.py
phrase_api/models/key_update_parameters.py
phrase_api/models/keys_exclude_parameters.py
Expand Down Expand Up @@ -660,6 +670,10 @@ test/test_job_templates_api.py
test/test_job_update_parameters.py
test/test_jobs_api.py
test/test_key_create_parameters.py
test/test_key_link.py
test/test_key_links_batch_destroy_parameters.py
test/test_key_links_create_parameters.py
test/test_key_links_index400_response.py
test/test_key_preview.py
test/test_key_update_parameters.py
test/test_keys_api.py
Expand All @@ -669,6 +683,7 @@ test/test_keys_include_parameters.py
test/test_keys_search_parameters.py
test/test_keys_tag_parameters.py
test/test_keys_untag_parameters.py
test/test_linked_keys_api.py
test/test_locale.py
test/test_locale_create_parameters.py
test/test_locale_details.py
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,10 @@ Class | Method | HTTP request | Description
*KeysApi* | [**keys_untag**](docs/KeysApi.md#keys_untag) | **PATCH** /projects/{project_id}/keys/untag | Remove tags from collection of keys
*KeysFigmaAttachmentsApi* | [**figma_attachment_attach_to_key**](docs/KeysFigmaAttachmentsApi.md#figma_attachment_attach_to_key) | **POST** /projects/{project_id}/figma_attachments/{figma_attachment_id}/keys | Attach the Figma attachment to a key
*KeysFigmaAttachmentsApi* | [**figma_attachment_detach_from_key**](docs/KeysFigmaAttachmentsApi.md#figma_attachment_detach_from_key) | **DELETE** /projects/{project_id}/figma_attachments/{figma_attachment_id}/keys/{id} | Detach the Figma attachment from a key
*LinkedKeysApi* | [**key_links_batch_destroy**](docs/LinkedKeysApi.md#key_links_batch_destroy) | **DELETE** /projects/{project_id}/keys/{id}/key_links | Batch unlink child keys from a parent key
*LinkedKeysApi* | [**key_links_create**](docs/LinkedKeysApi.md#key_links_create) | **POST** /projects/{project_id}/keys/{id}/key_links | Link child keys to a parent key
*LinkedKeysApi* | [**key_links_destroy**](docs/LinkedKeysApi.md#key_links_destroy) | **DELETE** /projects/{project_id}/keys/{id}/key_links/{child_key_id} | Unlink a child key from a parent key
*LinkedKeysApi* | [**key_links_index**](docs/LinkedKeysApi.md#key_links_index) | **GET** /projects/{project_id}/keys/{id}/key_links | Retrieve all child keys linked to a specific parent key
*LocalesApi* | [**account_locales**](docs/LocalesApi.md#account_locales) | **GET** /accounts/{id}/locales | List locales used in account
*LocalesApi* | [**locale_create**](docs/LocalesApi.md#locale_create) | **POST** /projects/{project_id}/locales | Create a locale
*LocalesApi* | [**locale_delete**](docs/LocalesApi.md#locale_delete) | **DELETE** /projects/{project_id}/locales/{id} | Delete a locale
Expand Down Expand Up @@ -504,6 +508,10 @@ Class | Method | HTTP request | Description
- [JobTemplateUpdateParameters](docs/JobTemplateUpdateParameters.md)
- [JobUpdateParameters](docs/JobUpdateParameters.md)
- [KeyCreateParameters](docs/KeyCreateParameters.md)
- [KeyLink](docs/KeyLink.md)
- [KeyLinksBatchDestroyParameters](docs/KeyLinksBatchDestroyParameters.md)
- [KeyLinksCreateParameters](docs/KeyLinksCreateParameters.md)
- [KeyLinksIndex400Response](docs/KeyLinksIndex400Response.md)
- [KeyPreview](docs/KeyPreview.md)
- [KeyUpdateParameters](docs/KeyUpdateParameters.md)
- [KeysExcludeParameters](docs/KeysExcludeParameters.md)
Expand Down
16 changes: 16 additions & 0 deletions docs/KeyLink.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# KeyLink

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | **datetime** | The timestamp when the link was created. |
**updated_at** | **datetime** | The timestamp when the link was last updated. |
**created_by** | [**UserPreview**](UserPreview.md) | |
**updated_by** | [**UserPreview**](UserPreview.md) | |
**account** | [**Account**](Account.md) | |
**parent** | [**KeyPreview**](KeyPreview.md) | |
**children** | [**List[KeyPreview]**](KeyPreview.md) | The child translation keys linked to the parent. |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


10 changes: 10 additions & 0 deletions docs/KeyLinksBatchDestroyParameters.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# KeyLinksBatchDestroyParameters

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**child_key_ids** | **List[str]** | The IDs of the child keys to unlink from the parent key. |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


10 changes: 10 additions & 0 deletions docs/KeyLinksCreateParameters.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# KeyLinksCreateParameters

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**child_key_ids** | **List[str]** | The IDs of the child keys to link to the parent key. Can be left empty, to only mark the given translation-key as parent |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


10 changes: 10 additions & 0 deletions docs/KeyLinksIndex400Response.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# KeyLinksIndex400Response

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **str** | | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


Loading

0 comments on commit 8b8ef86

Please sign in to comment.