EasyDynamics / oscal-rest

An initial OpenAPI definition of an OSCAL REST API.
Creative Commons Attribution Share Alike 4.0 International
38 stars 13 forks source link

Cleanup Profile Resolution Endpoints #81

Closed brian-comply0 closed 7 months ago

brian-comply0 commented 9 months ago

There are two sets of endpoints related to profile resolution:

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:

brian-comply0 commented 8 months ago

Per Issue #87 we are eliminating PATCH throughout the spec. Ignore any reference to PATCH here.

brian-comply0 commented 7 months ago

This is addressed in PR #72.