Skip to content

Add request body and export settings to Export Bundle #259

@andrii-bodnar

Description

@andrii-bodnar

The Crowdin API updates Export Bundle (api.projects.bundles.exports.post) to accept a request body, in both Crowdin and Crowdin Enterprise. API client libraries should be updated to send these options and to surface the new export settings on the response.

Request body fields:

  • Crowdin: targetLanguageIds, skipUntranslatedStrings, skipUntranslatedFiles, exportApprovedOnly.
  • Crowdin Enterprise: targetLanguageIds, skipUntranslatedStrings, skipUntranslatedFiles, exportWithMinApprovalsCount, exportStringsThatPassedWorkflow.

Response change:

  • The bundle export resource now echoes the chosen export settings under attributes, and startedAt/finishedAt are now nullable. This also applies to Check Bundle Export Status (api.projects.bundles.exports.get).

References:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions