Post organisations data mappings
Create a new DataMapping for the provided organisation.
Authorizations
Path Parameters
Body
DataMappingCreate is the request body to create a new data mapping. The ID is automatically generated and the organisation ID is defined by the request's path parameter.
The ID of the source App instance.
The ID of the source app operation, for OpenAPI this will be the operationId
field if set, otherwise the
request's type and path.
The ID of the target App instance.
The ID of the target app operation, for OpenAPI this will be the operationId
field if set, otherwise the
request's type and path.
Response
SupportedAuthConfigs is a list of authentication standards which can be used to connect a user's account to this app. At least one auth type needs to be valid for the App to be used by a user.
SupportedAuthConfigs is a list of authentication standards which can be used to connect a user's account to this app. At least one auth type needs to be valid for the App to be used by a user.