Update
This API is extremely reliable and will not be broken unless absolutely necessary.
Method
PUT
Path
/qrs/[type]/{id}
Description
Update an existing entity, identified by {id}, of a specific [type].
Example:
PUT qrs/stream/00000000-0000-0000-0000-000000000001: Update the stream object identified by the specified GUID.
Body
[type]
The body must contain a JSON structure that corresponds to an object of the given [type]. In addition, the GUID in the URL and in the body must correspond to an existing object.
Return value
[type]
The entity is returned, which makes it possible to check the properties that are automatically initialized or updated by the Qlik Sense Repository Service (QRS).
Optional parameters
-
Example: Update custom property for an engine service
This example shows how to update a custom property for a specific engine service.
Example: Update tag
This example shows how to update a specific tag.