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
To simplify the implementation effort required for the OSCAL REST OpenAPI specification, we should eliminate the PATCH method and instead introduce a limited set of PUT endpoints.
Under the current Concept of Operations (ConOps), there are only a few reasons for modifying the content within the OSCAL content when sharing, managing attachments or producing snapshots.
The PATCH method is removed from the OSCAL REST OpenAPI syntax
Issues in the Task List below are resolved
Remove patch heading and paragraphs from info/description as described below.
Updated Info Description
The revised info/description should simply include the following. (Replace all current content with the following):
A draft proposal from [Easy Dynamics](https://www.easydynamics.com) of a REST API specification for exchanging
[OSCAL](https://pages.nist.gov/OSCAL/) content between tool instances and organizations.
Standardized data models like OSCAL lay the groundwork for interoperability of systems, and an ecosystem of
meaningful integrations can be brought to life through a standardized REST API. Such an API will likely see the most
success across various vendors and projects when maintained by a standards body or community, and we're looking
to get that conversation started with this effort.
For an overview and more information, visit [https://docs.oscal.io/docs/oscal-rest-openapi](https://docs.oscal.io/docs/oscal-rest-openapi)
The content you are editing has changed. Please copy your edits and refresh the page.
Everything actionable in this issue is addressed in PR #72. The three linked issues are still pending work or review, but as they are being tracked separately I am good closing issue.
Description
To simplify the implementation effort required for the OSCAL REST OpenAPI specification, we should eliminate the
PATCH
method and instead introduce a limited set of PUT endpoints.Under the current Concept of Operations (ConOps), there are only a few reasons for modifying the content within the OSCAL content when sharing, managing attachments or producing snapshots.
The use cases for this include:
back-matter/resource
content) (Covered as part of Issue Revised Attachment Handling #83)metadata
props and links) (Addressed in Issue Manage Resolved Profile Snapshot Tagging #85 and Fix Return Content (Multiple) #86)Acceptance Criteria
PATCH
method is removed from the OSCAL REST OpenAPI syntaxinfo/description
as described below.Updated Info Description
The revised info/description should simply include the following. (Replace all current content with the following):
Tasks
The text was updated successfully, but these errors were encountered: