Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
1020 B
1020 B
displayed_sidebar
| displayed_sidebar |
|---|
| jsClientSidebar |
Class: AdminPostNotesReq
internal.internal.AdminPostNotesReq
Schema
AdminPostNotesReq 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.
Properties
resource_id
• resource_id: string
Defined in
packages/medusa/dist/api/routes/admin/notes/create-note.d.ts:88
resource_type
• resource_type: string
Defined in
packages/medusa/dist/api/routes/admin/notes/create-note.d.ts:89
value
• value: string
Defined in
packages/medusa/dist/api/routes/admin/notes/create-note.d.ts:90