Skip to content

Commit

Permalink
Update schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
firebase-deploy-machine-user committed Dec 17, 2024
1 parent 991c445 commit 4d6583a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion v2020_06_15/open-api-3/api-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -32231,13 +32231,14 @@
},
"sync_status": {
"type": "string",
"description": "口座の同期ステータス(success: 同期成功, disabled: 同期設定なし, syncing: 同期中, token_refresh_error: トークンリフレッシュエラー, other_error: その他のエラー、freee会計画面上でご確認ください)",
"description": "口座の同期ステータス(success: 同期成功, disabled: 同期設定なし, syncing: 同期中, token_refresh_error: トークンリフレッシュエラー, unsupported: 同期非対応, other_error: その他のエラー、freee会計画面上でご確認ください)",
"example": "success",
"enum": [
"success",
"disabled",
"syncing",
"token_refresh_error",
"unsupported",
"other_error"
]
},
Expand Down

0 comments on commit 4d6583a

Please sign in to comment.