Create transformer
Creates a new data transformer with the provided configuration
Request body
Example request
{
"inputType": "string",
"outputType": "number",
"name": "String to Number",
"description": "Converts string input to numeric output",
"customCode": "function transform(input) { return parseFloat(input); }",
"customManifest": {
"key": "serverUrl",
"translationKey": "connection.serverUrl",
"validators": [
{
"arguments": []
}
],
"attributes": [
{
"key": "serverUrl",
"translationKey": "connection.serverUrl",
"validators": [
{
"arguments": []
}
],
"displayProperties": {
"row": 1,
"columns": 6,
"displayInViewMode": true
},
"defaultValue": "oibus-client"
}
],
"enablingConditions": [
{
"targetPathFromRoot": "protocol",
"referralPathFromRoot": "connection.type",
"values": [
"MQTT"
],
"operator": "EQUALS"
}
],
"displayProperties": {
"visible": true,
"wrapInBox": true
}
},
"timeout": 2000
}Response
Transformer created successfully
Example response
{
"id": "transformer123",
"manifest": {
"key": "serverUrl",
"translationKey": "connection.serverUrl",
"validators": [
{
"arguments": []
}
],
"attributes": [
{
"key": "serverUrl",
"translationKey": "connection.serverUrl",
"validators": [
{
"arguments": []
}
],
"displayProperties": {
"row": 1,
"columns": 6,
"displayInViewMode": true
},
"defaultValue": "oibus-client"
}
],
"enablingConditions": [
{
"targetPathFromRoot": "protocol",
"referralPathFromRoot": "connection.type",
"values": [
"MQTT"
],
"operator": "EQUALS"
}
],
"displayProperties": {
"visible": true,
"wrapInBox": true
}
},
"name": "String to Number",
"description": "Converts string input to numeric output",
"customCode": "function transform(input) { return parseFloat(input); }",
"timeout": 2000,
"createdBy": {
"id": "abc123",
"friendlyName": "John Doe (john.doe)"
},
"updatedBy": {
"id": "abc123",
"friendlyName": "John Doe (john.doe)"
},
"createdAt": "2023-10-31T12:34:56.789Z",
"updatedAt": "2023-10-31T12:34:56.789Z"
}Changes
Changed in 19 of the 73 revisions of this API.394881
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/validators/items/typerequest-property-enum-value-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ▲
removed the enum value
PLATFORMof the request propertycustomManifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/typerequest-property-enum-value-removed
- ▲
removed the enum value
PLATFORMof the request propertycustomManifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/typerequest-property-enum-value-removed
- ▲
removed the enum value
PLATFORMof the request propertycustomManifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/typerequest-property-enum-value-removed
- ▲
removed the enum value
PLATFORMof the request propertycustomManifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/typerequest-property-enum-value-removed
- ▲
removed the enum value
PLATFORMof the request propertycustomManifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/typerequest-property-enum-value-removed
- ▲
removed the enum value
PLATFORMof the request propertycustomManifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/typerequest-property-enum-value-removed
- ▲
removed the enum value
PLATFORMof the request propertycustomManifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/typerequest-property-enum-value-removed
- ▲
removed the enum value
PLATFORMof the request propertycustomManifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/typerequest-property-enum-value-removed
- ▲
removed the enum value
PLATFORMof the request propertycustomManifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/typerequest-property-enum-value-removed
- ▲
removed the enum value
PLATFORMof the request propertycustomManifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/typerequest-property-enum-value-removed
- ▲
removed the enum value
PLATFORMof the request propertycustomManifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/typerequest-property-enum-value-removed
- ▲
removed the enum value
PLATFORMof the request propertycustomManifest/validators/items/typerequest-property-enum-value-removed
- ○
removed the
PLATFORMenum value from themanifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from themanifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from themanifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from themanifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from themanifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from themanifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from themanifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from themanifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from themanifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from themanifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from themanifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from themanifest/validators/items/typeresponse property for the response status201response-property-enum-value-removed
This revision also has 29 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/validators/items/typerequest-property-enum-value-added
- ●
- ▲
removed the enum value
PLATFORMof the request propertycustomManifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/typerequest-property-enum-value-removed
- ▲
removed the enum value
PLATFORMof the request propertycustomManifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/typerequest-property-enum-value-removed
- ▲
removed the enum value
PLATFORMof the request propertycustomManifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/typerequest-property-enum-value-removed
- ▲
removed the enum value
PLATFORMof the request propertycustomManifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/typerequest-property-enum-value-removed
- ▲
removed the enum value
PLATFORMof the request propertycustomManifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/typerequest-property-enum-value-removed
- ▲
removed the enum value
PLATFORMof the request propertycustomManifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/typerequest-property-enum-value-removed
- ▲
removed the enum value
PLATFORMof the request propertycustomManifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/typerequest-property-enum-value-removed
- ▲
removed the enum value
PLATFORMof the request propertycustomManifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/typerequest-property-enum-value-removed
- ▲
removed the enum value
PLATFORMof the request propertycustomManifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/typerequest-property-enum-value-removed
- ▲
removed the enum value
PLATFORMof the request propertycustomManifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/typerequest-property-enum-value-removed
- ▲
removed the enum value
PLATFORMof the request propertycustomManifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/typerequest-property-enum-value-removed
- ▲
removed the enum value
PLATFORMof the request propertycustomManifest/validators/items/typerequest-property-enum-value-removed
- ○
removed the
PLATFORMenum value from themanifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from themanifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from themanifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from themanifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from themanifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from themanifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from themanifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from themanifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from themanifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from themanifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from themanifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-removed
- ○
removed the
PLATFORMenum value from themanifest/validators/items/typeresponse property for the response status201response-property-enum-value-removed
This revision also has 23 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ●
added the new
PLATFORMenum value to themanifest/validators/items/typeresponse property for the response status201response-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusArrayAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusBooleanAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusCertificateAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusCodeAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusInstantAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusNumberAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusScanModeAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusSecretAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusStringAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusStringSelectAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/attributes/items/anyOf[OIBusTimezoneAttribute]/validators/items/typerequest-property-enum-value-added
- ○
added the new
PLATFORMenum value to the request propertycustomManifest/validators/items/typerequest-property-enum-value-added
- ●
- ●
added the new
NOT_EQUALenum value to themanifest/enablingConditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ○
added the new
NOT_EQUALenum value to the request propertycustomManifest/enablingConditions/items/operatorrequest-property-enum-value-added
- ●
- ○
added the required property
createdAtto the response with the201statusresponse-required-property-added
- ○
added the required property
createdByto the response with the201statusresponse-required-property-added
- ○
added the required property
updatedAtto the response with the201statusresponse-required-property-added
- ○
added the required property
updatedByto the response with the201statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
removed the required property
createdAtfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
createdByfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
updatedAtfrom the response with the201statusresponse-required-property-removed
- ▲
removed the required property
updatedByfrom the response with the201statusresponse-required-property-removed
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the required property
createdAtto the response with the201statusresponse-required-property-added
- ○
added the required property
createdByto the response with the201statusresponse-required-property-added
- ○
added the required property
updatedAtto the response with the201statusresponse-required-property-added
- ○
added the required property
updatedByto the response with the201statusresponse-required-property-added
- ○
- ●
removed the optional property
createdAtfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
createdByfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
updatedAtfrom the response with the201statusresponse-optional-property-removed
- ●
removed the optional property
updatedByfrom the response with the201statusresponse-optional-property-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●