workspaceTemplateComment_reply¶
-
POST /orgs/{oid}/workspaces/{wid}/templates/{tid}/comments/{cid}/replies
Create a reply to a comment.
Please refer to comment for a complete list of all the comment attributes.
Security Summary¶
- Requires Authentication:
true - Entitlements Required:
appliance_create
URI Parameters¶
wid(required): the id of the workspaceoid(required): the id of the orgtid(required): the id of the galleryTemplatecid(required): the id of the comment to reply to
Example Request¶
curl "https://uforge.example.com/api/orgs/{oid}/workspaces/{wid}/templates/{tid}/comments/{cid}/replies" -X POST \
-u USER_LOGIN:PASSWORD -H "Accept: application/xml"-H "Content-type: application/xml" --data-binary "@representation.xml"
Example of representation.xml content (the request body):
<ns0:comment xmlns:ns0="http://www.usharesoft.com/uforge">
<message>Example Reply</message>
<type>REPLY</type>
</ns0:comment>
See also
- comment
- Workspace API Resources
- workspaceTemplateComment_create
- workspaceTemplateComment_delete
- workspaceTemplateComment_deleteAll
- workspaceTemplateComment_dislike
- workspaceTemplateComment_get
- workspaceTemplateComment_getAll
- workspaceTemplateComment_like
- workspaceTemplateComment_reply
- workspaceTemplateComment_reportAbuse
- workspaceTemplateComment_update
- Workspace Comments API Resources
- Workspace Template API Resources