Sheets
Map sheet columns
Map the sheet columns to template columns and trigger validation for the mapped columns.
post/v1/sheets/{sheet_id}/mapping
Path parameters
sheet_idinteger required
The id of the sheet.
Query parameters
embed_idinteger
The id of the embed which contains the sheet.
Request body
Response
Successful response. The primary way to verify the request's success or failure is the response status code. In a future API version this endpoint may not return any response body at all.
Example response
{
"success": true
}