Create a mapping between two schemas
Creates a list of mapping rules based on two provided schemas
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
X-Disable-Hooks
Query parameters
environmentId
The ID of the environment
Request
This endpoint expects an object.
source
Source schema
destination
Destination schema
familyId
ID of the family to add the program to
namespace
Namespace of the program
save
Whether to save the program for editing later. Defaults to false. If true, the response will contain an ID and access token.
rules
Mapping rules to use for the program. If present, the program will be created with these rules.
Response
This endpoint returns an object.
data