Skip to content

Commit

Permalink
Polish docs for v9 release. (#1698)
Browse files Browse the repository at this point in the history
* Polish docs for v9 release.

* Add change log entry
  • Loading branch information
stevepiercy committed Aug 27, 2023
1 parent eb85bf6 commit b58560e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/source/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,22 +39,23 @@ In `plone.restapi` 9.0.0, the following response would be returned with a `breac

Pull Request: https://github.com/plone/plone.restapi/pull/1636

### Remove deprecated @unlock, @refresh-lock endpoints

The deprecated @unlock and @refresh-unlock endpoints were removed in `plone.restapi` 9.
### Remove deprecated `@unlock`, `@refresh-lock` endpoints

Send a DELETE request to the @lock endpoint to release a lock (replaces the @unlock endpoint).
The deprecated `@unlock` and `@refresh-unlock` endpoints were removed in `plone.restapi` 9.

Send a PATCH request to the @lock endpoint to refresh a lock (replaces the @refresh-unlock endpoint).
Send a `DELETE` request to the `@lock` endpoint to release a lock (replaces the `@unlock` endpoint).

Send a `PATCH` request to the `@lock` endpoint to refresh a lock (replaces the `@refresh-unlock` endpoint).

See the documentation of the `@lock`endpoint for more information: https://plonerestapi.readthedocs.io/en/latest/endpoints/locking.html

Pull Request: https://github.com/plone/plone.restapi/pull/1235


### Remove plone.tiles and the @tiles endpoint
### Remove `plone.tiles` and the `@tiles` endpoint

`plone.restapi` 9 removed the @tiles endpoint and removed the dependency to plone.tiles. The @tiles endpoint was deprecated since `plone.restapi` 8.
`plone.restapi` 9 removed the `@tiles` endpoint and removed the dependency to `plone.tiles`. The `@tiles` endpoint was deprecated since `plone.restapi` 8.

Pull Request: https://github.com/plone/plone.restapi/pull/1688

Expand Down
1 change: 1 addition & 0 deletions news/1698.documentation
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Polish docs for v9 release. @stevepiercy

0 comments on commit b58560e

Please sign in to comment.