Skip to content

Commit

Permalink
Merge pull request #108 from freee/feature/update_schema_files_2021-0…
Browse files Browse the repository at this point in the history
…6-16-09-11

Update schema files
  • Loading branch information
freee-smatsuda authored Jun 16, 2021
2 parents 23da719 + 2aab00a commit bcb5762
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 48 deletions.
22 changes: 0 additions & 22 deletions v2020_06_15/open-api-3/api-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -15094,11 +15094,6 @@
"description": "備考 (10000文字以内)",
"example": "◯◯連携先ID: cx12345"
},
"editable_on_web": {
"type": "boolean",
"description": "会計freeeのWeb画面で申請内容を編集可能にするかどうか<br>\nfalseの場合は、Web画面での項目行の追加/削除・金額の編集が出来なくなりますが、APIでの編集は可能です。<br>\nデフォルトはfalseです。\n",
"example": false
},
"section_id": {
"type": "integer",
"minimum": 1,
Expand Down Expand Up @@ -15241,11 +15236,6 @@
"description": "備考 (10000文字以内)",
"example": "◯◯連携先ID: cx12345"
},
"editable_on_web": {
"type": "boolean",
"description": "会計freeeのWeb画面で申請内容を編集可能にするかどうか<br>\nfalseの場合は、Web画面での項目行の追加/削除・金額の編集が出来なくなりますが、APIでの編集は可能です。<br>\nデフォルトはfalseです。\n",
"example": false
},
"section_id": {
"type": "integer",
"minimum": 1,
Expand Down Expand Up @@ -22827,7 +22817,6 @@
"applicant_id",
"application_number",
"company_id",
"editable_on_web",
"expense_application_lines",
"id",
"issue_date",
Expand Down Expand Up @@ -22866,11 +22855,6 @@
"description": "備考",
"example": "◯◯連携先ID: cx12345"
},
"editable_on_web": {
"type": "boolean",
"description": "会計freeeのWeb画面から申請内容を編集可能:falseの場合、Web上からの項目行の追加/削除・金額の編集が出来なくなります。APIでの編集は可能です。",
"example": false
},
"total_amount": {
"type": "integer",
"description": "合計金額",
Expand Down Expand Up @@ -23047,7 +23031,6 @@
"application_number",
"approvers",
"company_id",
"editable_on_web",
"expense_application_lines",
"id",
"issue_date",
Expand Down Expand Up @@ -23092,11 +23075,6 @@
"example": "◯◯連携先ID: cx12345",
"nullable": true
},
"editable_on_web": {
"type": "boolean",
"description": "会計freeeのWeb画面から申請内容を編集可能:falseの場合、Web上からの項目行の追加/削除・金額の編集が出来なくなります。APIでの編集は可能です。",
"example": false
},
"total_amount": {
"type": "integer",
"description": "合計金額",
Expand Down
26 changes: 0 additions & 26 deletions v2020_06_15/open-api-3/api-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16177,13 +16177,6 @@ components:
未指定の時は下書きとみなして経費申請を作成します。
example: true
type: boolean
editable_on_web:
description: |
会計freeeのWeb画面で申請内容を編集可能にするかどうか<br>
falseの場合は、Web画面での項目行の追加/削除・金額の編集が出来なくなりますが、APIでの編集は可能です。<br>
デフォルトはfalseです。
example: false
type: boolean
expense_application_lines:
items:
properties:
Expand Down Expand Up @@ -16599,11 +16592,6 @@ components:
example: '◯◯連携先ID: cx12345'
nullable: true
type: string
editable_on_web:
description: >-
会計freeeのWeb画面から申請内容を編集可能:falseの場合、Web上からの項目行の追加/削除・金額の編集が出来なくなります。APIでの編集は可能です。
example: false
type: boolean
expense_application_lines:
description: 経費申請の項目行一覧(配列)
items:
Expand Down Expand Up @@ -16723,7 +16711,6 @@ components:
- application_number
- approvers
- company_id
- editable_on_web
- expense_application_lines
- id
- issue_date
Expand Down Expand Up @@ -16793,13 +16780,6 @@ components:
未指定の時は下書きとみなして経費申請を更新します。
example: true
type: boolean
editable_on_web:
description: |
会計freeeのWeb画面で申請内容を編集可能にするかどうか<br>
falseの場合は、Web画面での項目行の追加/削除・金額の編集が出来なくなりますが、APIでの編集は可能です。<br>
デフォルトはfalseです。
example: false
type: boolean
expense_application_lines:
items:
properties:
Expand Down Expand Up @@ -16964,11 +16944,6 @@ components:
description: 備考
example: '◯◯連携先ID: cx12345'
type: string
editable_on_web:
description: >-
会計freeeのWeb画面から申請内容を編集可能:falseの場合、Web上からの項目行の追加/削除・金額の編集が出来なくなります。APIでの編集は可能です。
example: false
type: boolean
expense_application_lines:
description: 経費申請の項目行一覧(配列)
items:
Expand Down Expand Up @@ -17083,7 +17058,6 @@ components:
- applicant_id
- application_number
- company_id
- editable_on_web
- expense_application_lines
- id
- issue_date
Expand Down

0 comments on commit bcb5762

Please sign in to comment.