Files
medusa-store/docs/api/admin/components/schemas/AdminPostNotesReq.yaml
2022-12-22 17:09:49 +02:00

16 lines
355 B
YAML

type: object
required:
- resource_id
- resource_type
- value
properties:
resource_id:
type: string
description: The ID of the resource which the Note relates to.
resource_type:
type: string
description: The type of resource which the Note relates to.
value:
type: string
description: The content of the Note to create.