Save form field mappings

Upserts the submitted mappings and removes mappings omitted from the request. An empty mappings array clears every mapping for the form.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Path parameters

idintegerRequired

Request

This endpoint expects an object.
mappingslist of objectsRequired

Response

Mappings saved (or cleared when mappings is empty).

statusstring
messagestring
datalist of any

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error