v1

latestOpenAPI 3.0.02026-07-2688129326.6 KB
Forms

Update a form state

Update form state.<br/><br/><b>Your token must have one of these roles : </b><br/>FormAdmin<br/>OrganizationAdmin<br/><br/>If you are an <b>association</b>, you can obtain these roles with your client.<br/>If you are a <b>partner</b>, you can obtain these roles by the authorize flow.<br/><br/><b>Your clientId must be allowed all of those privileges : </b> <br/> FormAdministration<br/><br/>

put/organizations/{organizationSlug}/forms/{formType}/{formSlug}/state

Path parameters

organizationSlugstring required
formSlugstring required
formType'CrowdFunding' | 'Membership' | 'Event' | 'Donation' | 'PaymentForm' | 'Checkout' | 'Shop' required

Request body

state'Public' | 'Private' | 'Draft' | 'Deleted' | 'Disabled'

Response

Success