removedInput schema / properties / count_only / anyOf
Removed value: -[
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / count_only / type
Added value: +"boolean"
removedInput schema / properties / cursor / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / cursor / type
Added value: +"string"
removedInput schema / properties / fields / anyOf
Removed value: -[
- {
- "items": {
- "enum": [
- "id",
- "projectId",
- "type",
- "status",
- "capacity",
- "capacityUsed",
- "originatorBudgetId",
- "isRepeating",
- "repeatPeriod",
- "repeatUnit",
- "repeatsRemaining",
- "sequenceNumber",
- "startDateTime",
- "endDateTime",
- "currencyCode",
- "timelogType",
- "expenseType",
- "defaultRate",
- "notificationIds",
- "createdByUserId",
- "dateCreated",
- "updatedBy",
- "dateUpdated",
- "completedByUserId",
- "dateCompleted",
- "deletedByUserId",
- "dateDeleted"
- ],
- "type": "string"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / fields / items
Added value: +{
+ "enum": [
+ "id",
+ "projectId",
+ "type",
+ "status",
+ "capacity",
+ "capacityUsed",
+ "originatorBudgetId",
+ "isRepeating",
+ "repeatPeriod",
+ "repeatUnit",
+ "repeatsRemaining",
+ "sequenceNumber",
+ "startDateTime",
+ "endDateTime",
+ "currencyCode",
+ "timelogType",
+ "expenseType",
+ "defaultRate",
+ "notificationIds",
+ "createdByUserId",
+ "dateCreated",
+ "updatedBy",
+ "dateUpdated",
+ "completedByUserId",
+ "dateCompleted",
+ "deletedByUserId",
+ "dateDeleted"
+ ],
+ "type": "string"
+}
addedInput schema / properties / fields / type
Added value: +"array"
removedInput schema / properties / limit / anyOf
Removed value: -[
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / limit / type
Added value: +"integer"
removedInput schema / properties / page / anyOf
Removed value: -[
- {
- "minimum": 1,
- "type": "integer"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / page / minimum
Added value: +1
addedInput schema / properties / page / type
Added value: +"integer"
removedInput schema / properties / page_size / anyOf
Removed value: -[
- {
- "maximum": 500,
- "minimum": 1,
- "type": "integer"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / page_size / maximum
Added value: +500
addedInput schema / properties / page_size / minimum
Added value: +1
addedInput schema / properties / page_size / type
Added value: +"integer"
removedInput schema / properties / project_ids / anyOf
Removed value: -[
- {
- "items": {
- "type": "integer"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / project_ids / items
Added value: +{
+ "type": "integer"
+}
addedInput schema / properties / project_ids / type
Added value: +"array"
removedInput schema / properties / status / anyOf
Removed value: -[
- {
- "enum": [
- "UPCOMING",
- "ACTIVE",
- "COMPLETED"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / status / enum
Added value: +[
+ "UPCOMING",
+ "ACTIVE",
+ "COMPLETED"
+]
addedInput schema / properties / status / type
Added value: +"string"
removedInput schema / properties / verbose / anyOf
Removed value: -[
- {
- "type": "boolean"
- },
- {
- "type": "null"
- }
-]
addedInput schema / properties / verbose / type
Added value: +"boolean"