The user needs to be logged in to use this endpoint, click here to read more.
General API for storing metadata. The client can add custom data not found in ConnectID/Connect. By using GET-request you may see the data that are stored.
{- "foo": "some text"
}
The user needs to be logged in to use this endpoint, click here to read more.
General API for storing metadata. The client can add custom data not found in ConnectID/Connect. Clients will have to send the complete JSON-object when updating.
{- "foo": "some text"
}
{- "foo": "some text"
}
The user needs to be logged in to use this endpoint, click here to read more.
General API for storing metadata. The client can add custom data not found in ConnectID/Connect. Clients will have to send the complete JSON-object when updating. Use this API to delete the objects.
{- "foo": "some text"
}