chore(oas): [7/n] improve oas schemas (#9162)
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
/**
|
||||
* @schema AdminPostClaimsItemsActionReqSchema
|
||||
* type: object
|
||||
* description: SUMMARY
|
||||
* description: The details to update in the item.
|
||||
* x-schemaName: AdminPostClaimsItemsActionReqSchema
|
||||
* properties:
|
||||
* quantity:
|
||||
* type: number
|
||||
* title: quantity
|
||||
* description: The claim's quantity.
|
||||
* description: The item's quantity.
|
||||
* reason_id:
|
||||
* type: string
|
||||
* title: reason_id
|
||||
* description: The claim's reason id.
|
||||
* description: The ID of the return reason associated with the item.
|
||||
* internal_note:
|
||||
* type: string
|
||||
* title: internal_note
|
||||
* description: The claim's internal note.
|
||||
* description: A note that's only viewed by admin users.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user