crowdin / crowdin/crowdin-api-client-ruby
Add support for String Comment Attachments
- Dominant language
- Ruby
- Stars
- 59
- Forks
- 22
- Avg merge
- 1h 11m
- Merged PRs (30d)
- 1
Description
The Crowdin API has been extended with support for attachments in string comments. This enhancement allows you to attach files to string comments and manage these attachments.
The Crowdin API client libraries need to be updated to include the new endpoint and reflect the changes to existing endpoints.
**Changes:**
- [Add Comment](https://support.crowdin.com/developer/api/v2/#tag/StringAsset-Comments/operation/api.projects.comments.post) - Now supports `attachments` request parameter to attach files when creating a comment
- [Get Comment](https://support.crowdin.com/developer/api/v2/#tag/StringAsset-Comments/operation/api.projects.comments.get) - Response now includes `attachments` field with attached files
**New Endpoint:**
- [Delete Comment Attachment](https://support.crowdin.com/developer/api/v2/#tag/StringAsset-Comments/operation/api.projects.comments.attachments.delete) - Remove an attachment from a string comment
Contributor guide
Assessment
This issue has not been assessed yet.