v1

latestOpenAPI 3.0.12026-07-1431191129.7 KB
Resources

Upsert a resource in the registry

Upsert a resource in the registry.

put/sources/{sourceKey}/v1/resources/{resourceType}/{id}

Path parameters

sourceKeystring required

The key of the source.

resourceTypestring required

Type of the resource. Key of the profile.

idstring required

Id of the resource.

Request body

idstring required

Id of the resource.

typestring required

Type of the resource.

dataobject required

Dynamic data attributes, based on the resource type.

containedobject

Resources contained in this top-level resource. Contained resources exists only within the context of this top-level resource.

Response

A successful response when the resource is replaced with status 'PERSISTED'.

OR