Skip to content

Foreign keys must be read-write #9

Description

@moaazelsayed1

For example in Message schema the client should set the channel_id, parent_message_id, and workspace_id.

sender_id:
          type: string
          format: uuid
          readOnly: true
channel_id:
          type: string
          format: uuid
          readOnly: true
parent_message_id:
          type: string
          format: uuid
          readOnly: true
workspace_id:
          type: string
          format: uuid
          readOnly: true

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions