Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DT-4030 Fix format for workflowStepTypes filter #261

Merged
merged 3 commits into from
Jan 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 24 additions & 2 deletions spec/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8369,16 +8369,27 @@ paths:
type: array
- description: >-
Optional parameter to filter to the specified list of workflow step types.
The supported list of fields names is:

The supported list of workflow step types is:

- Translation

- Edit

- Review

- Post-Edit

- Monolingual review

- Transcreation

- Transcreation review

- AI Review

- AI Translation

- Light Post-Edit
in: query
name: workflowStepTypes
Expand Down Expand Up @@ -8662,16 +8673,27 @@ paths:
type: array
- description: >-
Optional parameter to filter to the specified list of workflow step types.
The supported list of fields names is:

The supported list of workflow step types is:

- Translation

- Edit

- Review

- Post-Edit

- Monolingual review

- Transcreation

- Transcreation review

- AI Review

- AI Translation

- Light Post-Edit
in: query
name: workflowStepTypes
Expand Down