chore(docs): Updated API Reference (v2) (#8345)

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
This commit is contained in:
github-actions[bot]
2024-07-30 07:30:58 +00:00
committed by GitHub
parent 5389f7ca63
commit a2a377c8ca
48 changed files with 769 additions and 586 deletions

View File

@@ -20,6 +20,13 @@ properties:
type: number
title: quantity
description: The item's quantity.
reason:
type: string
enum:
- missing_item
- wrong_item
- production_failure
- other
description:
type: string
title: description
@@ -28,6 +35,3 @@ properties:
type: string
title: internal_note
description: The item's internal note.
metadata:
type: object
description: The item's metadata.

View File

@@ -6,6 +6,13 @@ properties:
type: number
title: quantity
description: The claim's quantity.
reason:
type: string
enum:
- missing_item
- wrong_item
- production_failure
- other
internal_note:
type: string
title: internal_note