Update Attachment Content
Updates the content of a given attachment.
Resource Information
This service uses the tomcat application on port 8080 by default.
The context for this API is /crafter-social
, please prefix the API URLs with this context.
HTTP Verb
|
POST
|
URL
|
/api/3/comments/:id/attachments/:attachmentId/update |
Response Formats
|
JSON |
Parameters
Name
|
Type
|
Required
|
Description
|
---|---|---|---|
context
|
String
|
✓
|
The ID of the Social Context
|
id
|
String
|
✓
|
The ID of the comment
|
attachmentId
|
String
|
✓
|
The ID of the attachment
|
file
|
Binary
|
✓
|
The content of the attachment
|
Example
Request
POST .../api/3/comments/59678d3f300426156e21df50/attachments/5967ac48300426156e21df51?context=f5b143c2-f1c0-4a10-b56e-f485f00d3fe9
Response
Status 200 OK
1true
Responses
Status
|
Location
|
Response Body
|
---|---|---|
200
|
See example above.
|
|
400
|
{ "message" : "UGC with given Id does not
exist" }
{ "message" : "Given Attachment id is not
valid" }
{ "message" : "Maximum upload size of ...
bytes exceeded" }
|
|
401
|
{ "message" : "User must be logged in" } |
|
403
|
{ "message" : "Current subject does not have
permission to execute global action ..." }
|
|
500
|
{ "message" : "Internal server error" } |