Change Form Stage

Move a form submission to a new stage.

PATCH https://api.sonorancms.com/v2/community/forms/1/stage

Rate limit: 27 requests per minute

Authenticated v2 endpoints are rate limited per credential rather than per IP address.

Move a form submission to a new stage.

Route Parameters

| Name | Type | Required | Description |

| --- | --- | --- | --- |

| formId | number | Yes | Target formId. |

Request Body

| Name | Type | Required | Description |

| --- | --- | --- | --- |

| accId | string | Yes | See example request for the shape. |

| newStageId | string | Yes | See example request for the shape. |

| optionalReason | string | Yes | See example request for the shape. |

Example Request

Response

The data object includes the saved form, the chosen stage, and the remaining available stages. The outer service contract also carries authorized and failed flags.

Last updated

Was this helpful?