chore(oas): [14/n] improve OAS schemas (#9202)
* chore(oas): [14/n] improve OAS schemas * fix description of required_quantity
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @schema AdminUpdateSalesChannel
|
||||
* type: object
|
||||
* description: SUMMARY
|
||||
* description: The properties to update in the sales channel.
|
||||
* x-schemaName: AdminUpdateSalesChannel
|
||||
* properties:
|
||||
* name:
|
||||
@@ -15,10 +15,10 @@
|
||||
* is_disabled:
|
||||
* type: boolean
|
||||
* title: is_disabled
|
||||
* description: The sales channel's is disabled.
|
||||
* description: Whether the sales channel is disabled.
|
||||
* metadata:
|
||||
* type: object
|
||||
* description: The sales channel's metadata.
|
||||
* description: The sales channel's metadata, can hold custom key-value pairs.
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user