API - snapshot tag and descriptionThis endpoint allows setting a description and/or tag for a stored snapshot of a given config data set. Optionally you can provide a comment which will be displayed in the snapshot history page. The user must have the permissions on the config data set name to create a snapshot for the given validity level. Endpoint method POST URI /api/v1/data/include/snapshot/byname Headers ! Authorization Bearer <userToken or APIkey> Parameters ! versionId 1234321 the unique versionId of the snapshot ! name myMdsName the exact name of the metadata set for which a snapshot should be taken description my%20automated%20snapshot URL encoded description on why the snapshot was taken tag myTag a single string as TAG for that snapshot - cannot contain spaces. ex "release1.2.3" Response The response is a JSON containing the version details of the snapshot. In case of insufficient permissions, the response object will contain a {"access denied"} message Example cURL curl -s -X POST -H 'authorization: Bearer 'b33e48b3-c88d-45bf-9b3a-5e449b1b37d4 https://demo.sweagle.com'/api/v1/data/include/snapshot/byname?name='test01'&versionId=1234321&tag=myTag'