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
Here is one place where the API is tested revealing some of its structures.
Here is the implementation of the cookbook_artifacts/NAME/ID handler.
Related: #19 and #21 implement the API in this library.
Acceptance Criteria
The Chef Server API documentation contains documentation for for the endpoints cookbook_artifacts, cookbook_artifacts/NAME, and cookbook_artifacts/NAME/ID for the GET verb.
The endpoints are documented for the DELETE, and PUT verbs as applicable.
The text was updated successfully, but these errors were encountered:
Describe the problem
Write documentation on the https://github.com/chef/chef-web-docs/blob/master/content/api_chef_server.md page for the
/organization/*/cookbook_artifacts/*
endpoints.Here is one place where the API is tested revealing some of its structures.
Here is the implementation of the
cookbook_artifacts/NAME/ID
handler.Related: #19 and #21 implement the API in this library.
Acceptance Criteria
cookbook_artifacts
,cookbook_artifacts/NAME
, andcookbook_artifacts/NAME/ID
for the GET verb.The text was updated successfully, but these errors were encountered: