Skip to content

Commit

Permalink
Merge branch 'docs/cleanup-4.8' of https://github.com/Evolveum/midpoint
Browse files Browse the repository at this point in the history
… into docs/cleanup-4.8
  • Loading branch information
mspanik committed Apr 22, 2024
2 parents 80dfcc4 + f7f30c3 commit 940d7b1
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 9 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
2 changes: 1 addition & 1 deletion docs/misc/reports/configuration/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ Please have a look at xref:../configuration/report-security.adoc[this] page for
- xref:/midpoint/security/security-guide/[Security Guide]
- xref:/midpoint/reference/misc/reports/configuration/collection-report.adoc[Collection Based Reports]
- xref:/midpoint/reference/misc/reports/configuration/dashboard-report.adoc[Dashboard Based Reports]
- xref:/midpoint/reference/misc/reports/configuration/import-repor.adoc[Import From Report]
- xref:/midpoint/reference/misc/reports/configuration/import-report.adoc[Import From Report]
2 changes: 2 additions & 0 deletions docs/misc/reports/configuration/legacy/index.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
:page-visibility: hidden
:page-upkeep-status: green
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
= Rewrite Jasper to Object Collection Report Guide
:page-moved-from: /midpoint/reference/misc/reports/rewrite-jasper-to-object-collection-report/
:page-since: "4.4"
:page-deprecated-since: "4.4.8"
:page-visibility: hidden

5 changes: 3 additions & 2 deletions docs/misc/reports/configuration/post-report-script.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
= Post-Report Script
:page-wiki-name: Post report script HOWTO
:page-wiki-name: Post Report Script
:page-wiki-id: 24675862
:page-wiki-metadata-create-user: mmacik
:page-wiki-metadata-create-date: 2017-11-09T13:21:37.350+01:00
:page-wiki-metadata-modify-user: martin.lizner
:page-wiki-metadata-modify-date: 2018-01-30T18:24:13.288+01:00
:page-upkeep-status: yellow
:page-upkeep-status: green
:page-moved-from: /midpoint/reference/misc/reports/post-report-script/

== Introduction

Expand Down
4 changes: 2 additions & 2 deletions docs/misc/reports/configuration/report-task-definition.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The reports can be either "Export" reports or "Import" reports.

The second kind of reports are the *"Import"* reports, these work the other way around.
A CSV is uploaded into midPoint in a similar format as a report, based on this midPoint will create or update objects.
For some more information on Import reports, have a look at xref:/midpoint/reference/misc/reports/configuration/import-repor.adoc[this] page.
For some more information on Import reports, have a look at xref:/midpoint/reference/misc/reports/configuration/import-report.adoc[this] page.

- Supports multithreading but not bucketing (multi-node mode). Contains only one parameter 'reportRef'.

Expand Down Expand Up @@ -101,4 +101,4 @@ To see which activities are supported in regard to workload distribution please
- xref:/midpoint/reference/misc/reports/configuration/collection-report.adoc[Collection Based Reports]
- xref:/midpoint/reference/misc/reports/configuration/dashboard-report.adoc[Dashboard Based Reports]
- xref:/midpoint/reference/tasks/activities/distribution[Task Distribution]
- xref:/midpoint/reference/misc/reports/configuration/import-repor.adoc[Import From Report]
- xref:/midpoint/reference/misc/reports/configuration/import-report.adoc[Import From Report]

0 comments on commit 940d7b1

Please sign in to comment.