diff --git a/paths/projects/create.yaml b/paths/projects/create.yaml index 5d6d0e6b4..e98ba475d 100644 --- a/paths/projects/create.yaml +++ b/paths/projects/create.yaml @@ -80,6 +80,20 @@ requestBody: description: Indicates whether the project should share the account's translation memory type: boolean example: true + tm_ids: + description: "(Optional) List of translation memory IDs to assign to the project. These translation memories, together with the ones automatically associated with the project, are used to provide reference translations for the AI translation agent." + type: array + items: + type: string + example: + - abcd1234cdef1234abcd1234cdef1234 + term_base_ids: + description: "(Optional) List of term base IDs to assign to the project. These term bases, together with the ones automatically associated with the project, are used to ensure consistent terminology for the AI translation agent." + type: array + items: + type: string + example: + - abcd1234cdef1234abcd1234cdef1234 project_image: description: Image to identify the project type: string diff --git a/paths/projects/update.yaml b/paths/projects/update.yaml index f1161b286..1852fea44 100644 --- a/paths/projects/update.yaml +++ b/paths/projects/update.yaml @@ -84,6 +84,20 @@ requestBody: description: "(Optional) Indicates whether the project should share the account's translation memory" type: boolean example: true + tm_ids: + description: "(Optional) List of translation memory IDs to assign to the project. These translation memories, together with the ones automatically associated with the project, are used to provide reference translations for the AI translation agent." + type: array + items: + type: string + example: + - abcd1234cdef1234abcd1234cdef1234 + term_base_ids: + description: "(Optional) List of term base IDs to assign to the project. These term bases, together with the ones automatically associated with the project, are used to ensure consistent terminology for the AI translation agent." + type: array + items: + type: string + example: + - abcd1234cdef1234abcd1234cdef1234 project_image: description: "(Optional) Image to identify the project" type: string