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 b376693 commit e091f8d
Show file tree
Hide file tree
Showing 14 changed files with 1,058 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ api_job_templates.go
api_jobs.go
api_keys.go
api_keys_figma_attachments.go
api_linked_keys.go
api_locales.go
api_members.go
api_notification_groups.go
Expand Down Expand Up @@ -174,6 +175,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 @@ -183,6 +188,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 @@ -413,6 +419,10 @@ model_job_template_preview.go
model_job_template_update_parameters.go
model_job_update_parameters.go
model_key_create_parameters.go
model_key_link.go
model_key_links_batch_destroy_parameters.go
model_key_links_create_parameters.go
model_key_links_index_400_response.go
model_key_preview.go
model_key_update_parameters.go
model_keys_exclude_parameters.go
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,10 @@ Class | Method | HTTP request | Description
*KeysApi* | [**KeysUntag**](docs/KeysApi.md#keysuntag) | **Patch** /projects/{project_id}/keys/untag | Remove tags from collection of keys
*KeysFigmaAttachmentsApi* | [**FigmaAttachmentAttachToKey**](docs/KeysFigmaAttachmentsApi.md#figmaattachmentattachtokey) | **Post** /projects/{project_id}/figma_attachments/{figma_attachment_id}/keys | Attach the Figma attachment to a key
*KeysFigmaAttachmentsApi* | [**FigmaAttachmentDetachFromKey**](docs/KeysFigmaAttachmentsApi.md#figmaattachmentdetachfromkey) | **Delete** /projects/{project_id}/figma_attachments/{figma_attachment_id}/keys/{id} | Detach the Figma attachment from a key
*LinkedKeysApi* | [**KeyLinksBatchDestroy**](docs/LinkedKeysApi.md#keylinksbatchdestroy) | **Delete** /projects/{project_id}/keys/{id}/key_links | Batch unlink child keys from a parent key
*LinkedKeysApi* | [**KeyLinksCreate**](docs/LinkedKeysApi.md#keylinkscreate) | **Post** /projects/{project_id}/keys/{id}/key_links | Link child keys to a parent key
*LinkedKeysApi* | [**KeyLinksDestroy**](docs/LinkedKeysApi.md#keylinksdestroy) | **Delete** /projects/{project_id}/keys/{id}/key_links/{child_key_id} | Unlink a child key from a parent key
*LinkedKeysApi* | [**KeyLinksIndex**](docs/LinkedKeysApi.md#keylinksindex) | **Get** /projects/{project_id}/keys/{id}/key_links | Retrieve all child keys linked to a specific parent key
*LocalesApi* | [**AccountLocales**](docs/LocalesApi.md#accountlocales) | **Get** /accounts/{id}/locales | List locales used in account
*LocalesApi* | [**LocaleCreate**](docs/LocalesApi.md#localecreate) | **Post** /projects/{project_id}/locales | Create a locale
*LocalesApi* | [**LocaleDelete**](docs/LocalesApi.md#localedelete) | **Delete** /projects/{project_id}/locales/{id} | Delete a locale
Expand Down Expand Up @@ -427,6 +431,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 Expand Up @@ -604,6 +612,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
[email protected]


## Get help / support
Expand Down
Loading

0 comments on commit e091f8d

Please sign in to comment.