Skip to content

Commit

Permalink
Merge pull request #464 from freee/feature/update_schema_files_2024-1…
Browse files Browse the repository at this point in the history
…2-17-05-29

Update schema files
  • Loading branch information
akhr77 authored Dec 17, 2024
2 parents 991c445 + 4d6583a commit d2f478c
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 d2f478c

Please sign in to comment.