adobe / da-admin

Apache License 2.0
0 stars 4 forks source link

Support version naming #33

Closed bosschaert closed 4 months ago

bosschaert commented 4 months ago

Description

Make it possible to give a stored version a descriptive name. This can be done by sending a PATCH request to the version resource with as message body a JSON object with the displayName.

For example the PATCH request can be sent to the URL: /versionsource/myorg/3246fe8b-3f32-481a-945a-786ee5a2133f/105ee238-c416-4371-896b-a16d1b0a4029.html with data {"displayName": "My Version"}

Related Issue

6

How Has This Been Tested?

Types of changes

Checklist:

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 63.24%. Comparing base (46afff5) to head (c3203ba).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #33 +/- ## ========================================== + Coverage 60.93% 63.24% +2.31% ========================================== Files 13 14 +1 Lines 837 887 +50 ========================================== + Hits 510 561 +51 + Misses 327 326 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.