addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / connectionId
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Connectionid"
+}
removedInput schema / properties / connection_id
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Connection Id"
-}
addedInput schema / properties / endUserId
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Enduserid"
+}
addedInput schema / properties / endUserOrganizationId
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Enduserorganizationid"
+}
addedInput schema / properties / integrationId
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Integrationid"
+}
removedInput schema / properties / limit / default
Removed value: -null
removedInput schema / properties / search / default
Removed value: -null
removedInput schema / properties / tags
Removed value: -{
- "anyOf": [
- {
- "additionalProperties": {
- "type": "string"
- },
- "type": "object"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "title": "Tags"
-}