barbican/releasenotes/notes/fix-story-2009247-18faf4f2b570dfc0.yaml
Douglas Mendizábal 8bd16953eb Fix POST /v1/secret/{secret-id}/metadata response
This patch fixes the response to POST requests in the metadata API so it
actually matches the documentation. [1]

Story: 2009247
Task: 43424

[1]
https://docs.openstack.org/barbican/latest/api/reference/secret_metadata.html#post-v1-secrets-uuid-metadata

Change-Id: I5505a8c56ed7274519cac8ad1e6d7adf5086c8d1
2021-09-23 21:16:41 +00:00

7 lines
152 B
YAML

---
fixes:
- |
Fixed Story #2009247 - Fixed the response for
POST /v1/secrets/{secret-id}/metadata so it matches the documented
behavior.