Skip to content

Commit ae730a9

Browse files
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-1317
1 parent 20e0342 commit ae730a9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

apiary.apib

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2027,10 +2027,10 @@ Asynchronous call response (async=true) that creates a new job. To see job detai
20272027
}
20282028

20292029

2030-
### Stop Bucket Exposure [DELETE /v2/storage/buckets/{bucket_id}/exposure]
2031-
Removes the bucket exposure. The listing is removed from the Analytics Hub exchange
2032-
and the exposure record is deleted. The underlying exchange is retained for future
2033-
exposures in the same project. The operation is idempotent: if the listing has
2030+
### Delete Bucket Listing [DELETE /v2/storage/buckets/{bucket_id}/listing]
2031+
Removes the bucket listing. The listing is removed from the Analytics Hub exchange
2032+
and the listing record is deleted. The underlying exchange is retained for future
2033+
listings in the same project. The operation is idempotent: if the listing has
20342034
already been removed in the target backend, the job still completes successfully.
20352035

20362036
+ Parameters

0 commit comments

Comments
 (0)