Commit ae730a9
committed
refactor(bucket-exposure): rename URL endpoint /exposure -> /listing
Aligns the public API path with the internal BucketListing taxonomy:
DELETE /buckets/{bucketId}/exposure -> DELETE /buckets/{bucketId}/listing
Updates:
- StorageRoute path on BucketListingDeleteAction
- EndpointTest routeRules entry
- Apiary blueprint section title and URL
- RFC Section 4 endpoint specs (Create / Detail / Update / Delete)
- RFC Section 6 flow diagrams and Section 10 implementation plan
- OpenAPI summary/description and 404 description text
- BucketListingNotFoundException documentation
The product concept stays 'Bucket Exposure' externally, but every URL,
class, file, and identifier now uses 'BucketListing'.
Refs: DMD-13171 parent 20e0342 commit ae730a9
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2027 | 2027 | | |
2028 | 2028 | | |
2029 | 2029 | | |
2030 | | - | |
2031 | | - | |
2032 | | - | |
2033 | | - | |
| 2030 | + | |
| 2031 | + | |
| 2032 | + | |
| 2033 | + | |
2034 | 2034 | | |
2035 | 2035 | | |
2036 | 2036 | | |
| |||
0 commit comments