Skip to content

docs(API): gate multi-project automation on advanced_job_automation plan feature #SCM-1408#1206

Open
Hassan Ahmed (hahmed-dev) wants to merge 1 commit into
mainfrom
feat/scm-1408-advanced-job-automation-gate
Open

docs(API): gate multi-project automation on advanced_job_automation plan feature #SCM-1408#1206
Hassan Ahmed (hahmed-dev) wants to merge 1 commit into
mainfrom
feat/scm-1408-advanced-job-automation-gate

Conversation

@hahmed-dev

Copy link
Copy Markdown
Contributor

What changed

Update the project_ids field description in the automation create and update operations to reflect the current API contract:

  • Multi-project support (more than one entry in project_ids) is now gated on the advanced_job_automation plan feature.
  • Accounts without this feature receive a 422 Unprocessable Entity response with error field project_ids.
  • The previous description ("currently only the first ID in the array is used / leaves room for future support") was stale and no longer accurate.

Affected operations

  • POST /api/v2/accounts/{account_id}/automations
  • PATCH /api/v2/accounts/{account_id}/automations/{id}

Related

strings-app PR: https://github.com/Phrase-Engineering/strings-app/pull/17939 (SCM-1408)

…lan feature (SCM-1408)

Update project_ids field description in automation create and update
operations to reflect that submitting more than one project ID requires
the advanced_job_automation plan feature. Accounts without this feature
receive a 422 response with error field project_ids.
@github-actions

Copy link
Copy Markdown
Contributor

API changelog (oasdiff)

Doc-only edits (descriptions, examples) do not appear here.

No changes to report, but the specs are different.
Run 'oasdiff diff' to see structural differences.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant