Activities
- Issued Pull Request for the file copyright info.
GET
/file/upload/{UploadId}/item/{ItemId}/copyrights
: #2475.
- Issued Pull Request for the file copyright delete.
DELETE
/file/upload/<uploadId>/item/<ItemId>/copyright/<Hash>
: #2478.
- Issued Pull Request for the file copyright update.
PUT
/file/upload/{Upload_id}/item/{Item_id}/copyright/{Copyright_hash}
: #2479.
Screenshots
1. Get copyrights for file response /file/upload/{UploadId}/item/{ItemId}/copyrights
2. Update copyrights for file response /file/upload/{Upload_id}/item/{Item_id}/copyright/{Copyright_hash}
3. Delete copyrights for file response /file/upload/<uploadId>/item/<ItemId>/copyright/<Hash>
Next Week's Expectations
- Fix failing unit tests for the newly added endpoints.
- Discuss with mentors how to avoid the possible Merge conflicts resulted by redundancy of PRs.
- Move on to the next module of API development.