You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: