Skip to content

Commit

Permalink
Merge branch 'docs/cleanup-4.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
matusmacik committed Apr 22, 2024
2 parents 13032cf + f7f30c3 commit 9e6a008
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/interfaces/rest/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ xref:/midpoint/reference/interfaces/midpoint-client-java/[MidPoint Client Librar
3. xref:/midpoint/reference/interfaces/rest/operations/examples/create-user.adoc[Create User with the REST API]
4. xref:/midpoint/reference/interfaces/rest/operations/examples/user-pwd-reset.adoc[Password reset by Administrator]
5. xref:/midpoint/reference/interfaces/rest/operations/examples/access-request/[User access request]
6. xref:/midpoint/reference/interfaces/rest/operations/examples/access-request-review/[Access request review]
6. xref:/midpoint/reference/interfaces/rest/operations/examples/access-request-approval/[Access request review]


== See Also
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:page-wiki-metadata-modify-user: mederly
:page-wiki-metadata-modify-date: 2020-11-25T11:58:59.795+01:00
:page-upkeep-status: yellow
:page-moved-from:midpoint/guides/approvals-via-rest-howto/index.adoc
:page-moved-from: midpoint/guides/approvals-via-rest-howto/index.adoc

The following approval-related operations are currently available via REST service:

Expand Down Expand Up @@ -168,8 +168,7 @@ You can use a filter on `archetypeRef` to differentiate between these two kinds;
[WARNING]
====
It is currently *not possible* to approve or reject a work item via REST directly.
And it never was.
As described xref:/midpoint/guides/approvals-via-rest-howto/3-9/[here] there was always an *unsupported "hack"* that allowed it.
And it never was.In the version 3.9 there was a *unsupported "hack"* that allowed it.
The following is an attempt to port that hack to 4.x. *DO NOT USE THIS in production.*
====
Expand Down
1 change: 1 addition & 0 deletions docs/interfaces/rest/operations/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
:page-keywords: [ 'rest', 'operation', 'operations']
:page-upkeep-status: green


== Supported Operations

The base URL of REST API is link:http://localhost:8080/midpoint/ws/rest[http://localhost:8080/midpoint/ws/rest] (alternatively to */ws/rest* paths */api/model* and */rest/model* are also supported).
Expand Down

0 comments on commit 9e6a008

Please sign in to comment.