18 lines
430 B
TypeScript
18 lines
430 B
TypeScript
/**
|
|
* @schema AdminPostExchangesItemsActionReqSchema
|
|
* type: object
|
|
* description: The details to update in an outbound item.
|
|
* x-schemaName: AdminPostExchangesItemsActionReqSchema
|
|
* properties:
|
|
* quantity:
|
|
* type: number
|
|
* title: quantity
|
|
* description: The item's quantity.
|
|
* internal_note:
|
|
* type: string
|
|
* title: internal_note
|
|
* description: A note only viewed by admin users.
|
|
*
|
|
*/
|
|
|