Delete a release rule
/products/{product_id}/access-schedules/{access_schedule_id}/rules/{release_rule_id}Removes the node's own release rule so that the node inherits the rule of its parent again.
At the product level there is no parent to inherit from, so removing the rule sets it to free.
Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.
In: header
Path Parameters
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/products/string/access-schedules/string/rules/string"Update a release rule PATCH
Updates the `type` and `params` of a node that already has its own release rule. Other nodes are never changed. The revision is tracked for the access schedule as a whole. Send the access schedule's current `ETag` value in the `If-Match` header to avoid overwriting a newer version.
List product content GET
Lists the top-level content of a product: its root modules and the lessons that do not belong to any module, in their display order.