> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt # UpdatePolicy # Package: eventManagement # Namespace: PolicyManagement # Method link: https://dev.wix.com/docs/api-reference/business-solutions/events/event-management/policies-v2/update-policy.md ## Permission Scopes: Manage Policies: SCOPE.DC-EVENTS.MANAGE-POLICIES ## Introduction Updates a policy. Each time the policy is updated, `revision` increments by 1. The existing `revision` must be included when updating the policy. This ensures you're working with the latest policy and prevents unintended overwrites. --- ## REST API ### Schema ``` Method: updatePolicy Description: Updates a policy. Each time the policy is updated, `revision` increments by 1. The existing `revision` must be included when updating the policy. This ensures you're working with the latest policy and prevents unintended overwrites. URL: https://www.wixapis.com/events/v2/policies/{policy.id} Method: PATCH # Note: If the parameter `a.b` is listed under required parameters, `b` is only required if `a` is also present. Required parameters: policy, policy.name, policy.id, policy.body, policy.eventId, policy.revision Method parameters: param name: policy | type: Policy | description: A Policy is a set of terms and conditions attached to a specific event and shown during RSVP or checkout. You can use Policies to communicate refund, cancellation, and ticket-transfer rules by defining a policy name and body that attendees acknowledge. | required: true - name: id | type: string | description: Policy GUID. | required: true - name: revision | type: string | description: Revision number, which increments by 1 each time the policy is updated. To prevent conflicting changes, the current revision must be used when updating a policy. | required: true - name: name | type: string | description: Policy name that is visible in the dashboard and checkout form. Min: 1 character
Max: 40 characters | required: true - name: body | type: string | description: Policy body. Usually contains various terms and conditions. Min: 1 character Max: 50,000 characters Note: You can format text using various HTML tags such as `

`, ``, `