Files
medusa-store/docs/api/admin/components/schemas/AdminPostNotesReq.yaml
github-actions[bot] 658339767b chore(docs): Generated API Reference (#4706)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2023-08-07 16:54:48 +03:00

18 lines
418 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. For example, an order
ID.
resource_type:
type: string
description: The type of resource which the Note relates to. For example, `order`.
value:
type: string
description: The content of the Note to create.