Skip to content

Commit

Permalink
drop product.lock_version
Browse files Browse the repository at this point in the history
  • Loading branch information
schorsch committed May 24, 2017
1 parent d0b10b4 commit c66a611
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
See [commit messages](https://github.com/salesking/sk_api_schema/commits/) for details.
Also sign up to our [Developer Newsletter](http://www.salesking.eu/dev/newsletter/) to stay up-to-date!

##2017-05

* Product remove lock_version

##2015-10

* Update description to clarify number field decimal places length
Expand Down
4 changes: 0 additions & 4 deletions json/v1.0/product.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@
"type":"string",
"maxLength": 22,
"minLength":22
},
"lock_version":{
"description": "Increased on every edit, so SK can detect/prevent a concurrent edit by another user. First save wins.",
"type":"integer"
}
},
"links":[
Expand Down
5 changes: 0 additions & 5 deletions json/v2.0/product.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@
"type":"string",
"maxLength": 22,
"minLength":22
},
"lock_version":{
"description": "Increased on every edit, so SK can detect/prevent a concurrent edit by another user. First save wins.",
"readOnly":true,
"type":"integer"
}
},
"links":[
Expand Down

0 comments on commit c66a611

Please sign in to comment.