Skip to main content

Reactivate a user schema​

Reactivate an previously deactivated user schema and change it into an active state again.

Path Parameters
    id string required

    unique identifier of the schema.

Responses

Schema successfully reactivated


Schema
    details object

    Details provide some base information (such as the last change date) of the schema.

    sequence uint64

    on read: the sequence of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

    changeDate date-time

    on read: the timestamp of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

    resourceOwner resource_owner is the organization or instance_id an object belongs to
Loading...