We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20594f0 commit 1f20255Copy full SHA for 1f20255
src/main/java/org/zendesk/client/v2/model/Ticket.java
@@ -222,7 +222,7 @@ public void setIsPublic(Boolean isPublic) {
222
}
223
224
/**
225
- * The safe_update & update_stamp parameters are used by the Zendesk API to protect against update
+ * 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.
0 commit comments