addedInput schema / properties / accountId
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / amount / description
Added value: +"Novo valor — vale só para ocorrências futuras ainda não geradas, não retroage"
addedInput schema / properties / cardId
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / category
Added value: +{
+ "description": "Rótulo livre da categoria (texto)",
+ "type": "string"
+}
addedInput schema / properties / costCenterId
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / destinationAccountId
Added value: +{
+ "type": "string"
+}
addedInput schema / properties / endDate / description
Added value: +"Data ISO"
addedInput schema / properties / frequency
Added value: +{
+ "description": "Ex: MONTHLY, WEEKLY, YEARLY",
+ "type": "string"
+}
addedInput schema / properties / id / description
Added value: +"ID da regra recorrente a atualizar"
addedInput schema / properties / isActive / description
Added value: +"false pausa a regra (sem gerar novas ocorrências), sem excluir as já geradas"
addedInput schema / properties / startDate
Added value: +{
+ "description": "Data ISO",
+ "type": "string"
+}
addedInput schema / properties / type
Added value: +{
+ "enum": [
+ "EXPENSE",
+ "INCOME"
+ ],
+ "type": "string"
+}