Skip to main content

Create relation

Create relation

Request Body required
    object objectnamespace:uuid
    subject subjectnamespace:uuid
    relation string
    subjectSubRelation string
Responses

A successful response.


Schema
    relation object
    id string
    createdAt date-time

    The time the relation was created.

    updatedAt date-time

    The time the relation was last updated.

    subjectSubRelation string
    relation string
    object objectnamespace:id
    subject subjectnamespace:id
Loading...