Skip to main content

Reactivate a user schema

POST 

/v3alpha/user_schemas/:id/reactivate

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

Request​

Path Parameters

    id stringrequired

    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 (string)
Loading...