16 lines
287 B
YAML
16 lines
287 B
YAML
type: object
|
|
required:
|
|
- customer_ids
|
|
properties:
|
|
customer_ids:
|
|
description: The ids of the customers to add
|
|
type: array
|
|
items:
|
|
type: object
|
|
required:
|
|
- id
|
|
properties:
|
|
id:
|
|
description: ID of the customer
|
|
type: string
|