Update a mapping program

Updates a mapping program

Path parameters

programIdstringRequired
ID of the program

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

X-Disable-Hooks"true"Required

Request

This endpoint expects an object.
sourceobjectRequired
Source schema
destinationobjectRequired
Destination schema
familyIdstringOptional
ID of the family to add the program to
namespacestringOptional
Namespace of the program
savebooleanOptional
Whether to save the program for editing later. Defaults to false. If true, the response will contain an ID and access token.
ruleslist of objectsOptional
Mapping rules to use for the program. If present, the program will be created with these rules.

Response

This endpoint returns an object.
dataobject

Errors