Skip to main content

Create relation

Create relation

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

A successful response.


Schema
    relation object
    id string
    created_at date-time

    The time the relation was created.

    updated_at date-time

    The time the relation was last updated.

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