File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/java/org/zendesk/client/v2/model Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -222,10 +222,10 @@ public void setIsPublic(Boolean isPublic) {
222
222
}
223
223
224
224
/**
225
- * The safe_update & update_stamp parameters are used by the Zendesk API to protect against update
226
- * collisions. If the safe_update parameter is set to true and Zendesk detects that a ticket has
227
- * been updated since the time specified in update_stamp then it will return an HTTP CONFLICT
228
- * status to let the caller know that the ticket was not successfully updated.
225
+ * The safe_update & update_stamp parameters are used by the Zendesk API to protect against
226
+ * update collisions. If the safe_update parameter is set to true and Zendesk detects that a
227
+ * ticket has been updated since the time specified in update_stamp then it will return an HTTP
228
+ * CONFLICT status to let the caller know that the ticket was not successfully updated.
229
229
*
230
230
* <p>These properties are annotated with JsonInclude(Include.NON_DEFAULT) so that they will only
231
231
* be serialized to JSON if safeUpdate is set to TRUE.
You can’t perform that action at this time.
0 commit comments