Class ChefZero::Endpoints::PolicyGroupPolicyEndpoint
In: lib/chef_zero/endpoints/policy_group_policy_endpoint.rb
Parent: RestBase

/organizations/ORG/policy_groups/GROUP/policies/NAME

in the data store, this REST path actually stores the revision ID of ${policy_name} that‘s currently associated with ${policy_group}.

Methods

delete   get   put  

Public Instance methods

DELETE /organizations/ORG/policy_groups/GROUP/policies/NAME

GET /organizations/ORG/policy_groups/GROUP/policies/NAME

PUT /organizations/ORG/policy_groups/GROUP/policies/NAME

[Validate]