There are two sets of endpoints related to profile resolution:
resolved-catalog; and
resolved-snapshot
The resolved-catalog endpoints are intended for point-in-time processing and do not persist any information.
For this reason, the only valid method/endpoint is: GET /profile/{Identifier}/resolved-catalog
This should immediately resolve the profile into a catalog and return the result.
The PUT and PATCH methods incorrectly exist for resolved-catalog.
The following actions are required:
[x] Eliminate PUT /profile/{Identifier}/resolved-catalog
There are two sets of endpoints related to profile resolution:
resolved-catalog
; andresolved-snapshot
The
resolved-catalog
endpoints are intended for point-in-time processing and do not persist any information. For this reason, the only valid method/endpoint is:GET /profile/{Identifier}/resolved-catalog
This should immediately resolve the profile into a catalog and return the result.
The
PUT
andPATCH
methods incorrectly exist forresolved-catalog
.The following actions are required:
PUT /profile/{Identifier}/resolved-catalog
PATCH /profile/{Identifier}/resolved-catalog