[midPoint-git] [Evolveum/midpoint] 1c6304: REST documentation, added example and some modific...
Matus Macik
noreply at github.com
Wed Mar 6 15:29:28 CET 2024
Branch: refs/heads/master
Home: https://github.com/Evolveum/midpoint
Commit: 1c63045f5c8611a6127ba0a83e0bc285b1d2f5b0
https://github.com/Evolveum/midpoint/commit/1c63045f5c8611a6127ba0a83e0bc285b1d2f5b0
Author: mmacik <matus.macik at evolveum.com>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M docs/interfaces/rest/concepts/using-rest-examples.adoc
A docs/interfaces/rest/operations/examples/access-request.adoc
M docs/interfaces/rest/operations/examples/create-object.adoc
M docs/interfaces/rest/operations/examples/create-user.adoc
M docs/interfaces/rest/operations/examples/get-user-self.adoc
M docs/interfaces/rest/operations/examples/get-user-unique-id.adoc
M docs/interfaces/rest/operations/examples/raw/create-acc.adoc.adoc
M docs/interfaces/rest/operations/examples/raw/create-ou-projects.adoc
M docs/interfaces/rest/operations/examples/raw/create-report.adoc
M docs/interfaces/rest/operations/examples/raw/create-resource.adoc
M docs/interfaces/rest/operations/examples/raw/create-role-employee.adoc
M docs/interfaces/rest/operations/examples/raw/create-task.adoc
M docs/interfaces/rest/operations/examples/raw/create-user-jack.adoc
M docs/interfaces/rest/operations/examples/raw/delete-acc.adoc
M docs/interfaces/rest/operations/examples/raw/delete-case.adoc
M docs/interfaces/rest/operations/examples/raw/delete-ou.adoc
M docs/interfaces/rest/operations/examples/raw/delete-reports.adoc
M docs/interfaces/rest/operations/examples/raw/delete-resource.adoc
M docs/interfaces/rest/operations/examples/raw/delete-role.adoc
M docs/interfaces/rest/operations/examples/raw/delete-task.adoc
M docs/interfaces/rest/operations/examples/raw/delete-user.adoc
M docs/interfaces/rest/operations/examples/raw/execute-script-rpc.adoc
M docs/interfaces/rest/operations/examples/raw/get-acc.adoc
M docs/interfaces/rest/operations/examples/raw/get-case-employee.adoc
M docs/interfaces/rest/operations/examples/raw/get-ou-projects.adoc
M docs/interfaces/rest/operations/examples/raw/get-reports.adoc
M docs/interfaces/rest/operations/examples/raw/get-resource.adoc
M docs/interfaces/rest/operations/examples/raw/get-role-end-user.adoc
M docs/interfaces/rest/operations/examples/raw/get-shadow-owner.adoc
M docs/interfaces/rest/operations/examples/raw/get-task.adoc
M docs/interfaces/rest/operations/examples/raw/get-user-administrator.adoc
M docs/interfaces/rest/operations/examples/raw/get-user-self-xml.adoc
M docs/interfaces/rest/operations/examples/raw/import-from-resource.adoc
M docs/interfaces/rest/operations/examples/raw/import-shadow.adoc
M docs/interfaces/rest/operations/examples/raw/modify-attr-acc.adoc
M docs/interfaces/rest/operations/examples/raw/modify-attr-case-assign-employee.adoc
A docs/interfaces/rest/operations/examples/raw/modify-attr-entitlement.adoc
M docs/interfaces/rest/operations/examples/raw/modify-attr-ou-projects.adoc
M docs/interfaces/rest/operations/examples/raw/modify-attr-reports.adoc
M docs/interfaces/rest/operations/examples/raw/modify-attr-resource.adoc
M docs/interfaces/rest/operations/examples/raw/modify-attr-role-employee.adoc
M docs/interfaces/rest/operations/examples/raw/modify-attr-task.adoc
M docs/interfaces/rest/operations/examples/raw/modify-attr-user.adoc
M docs/interfaces/rest/operations/examples/raw/modify-attr.adoc
M docs/interfaces/rest/operations/examples/raw/modify-user-assign-role.adoc
M docs/interfaces/rest/operations/examples/raw/notify-change-password.adoc
M docs/interfaces/rest/operations/examples/raw/org-id-generate.adoc
M docs/interfaces/rest/operations/examples/raw/role-id-generate.adoc
M docs/interfaces/rest/operations/examples/raw/search-all-acc.adoc
M docs/interfaces/rest/operations/examples/raw/search-all-cases.adoc
M docs/interfaces/rest/operations/examples/raw/search-all-ou.adoc
M docs/interfaces/rest/operations/examples/raw/search-all-reports.adoc
M docs/interfaces/rest/operations/examples/raw/search-all-resource.adoc
M docs/interfaces/rest/operations/examples/raw/search-all-roles.adoc
M docs/interfaces/rest/operations/examples/raw/search-all-tasks.adoc
M docs/interfaces/rest/operations/examples/raw/search-all-users.adoc
M docs/interfaces/rest/operations/examples/raw/search-name-cases.adoc
M docs/interfaces/rest/operations/examples/raw/search-name-ou.adoc
M docs/interfaces/rest/operations/examples/raw/search-name-reports.adoc
M docs/interfaces/rest/operations/examples/raw/search-name-resource.adoc
M docs/interfaces/rest/operations/examples/raw/search-name-roles.adoc
M docs/interfaces/rest/operations/examples/raw/search-name-tasks.adoc
M docs/interfaces/rest/operations/examples/raw/search-name-users.adoc
M docs/interfaces/rest/operations/examples/raw/task-op-resume.adoc
M docs/interfaces/rest/operations/examples/raw/task-op-run.adoc
M docs/interfaces/rest/operations/examples/raw/task-op-suspend.adoc
M docs/interfaces/rest/operations/examples/raw/test-resource.adoc
M docs/interfaces/rest/operations/examples/raw/user-get-value-policy.adoc
M docs/interfaces/rest/operations/examples/raw/user-pwd-generate.adoc
M docs/interfaces/rest/operations/examples/raw/user-pwd-reset.adoc
M docs/interfaces/rest/operations/examples/raw/validate-value-rpc.adoc
M docs/interfaces/rest/operations/examples/search-objects-filter.adoc
Log Message:
-----------
REST documentation, added example and some modifications in text format
Commit: 4bf0ae846db9ac011e95abcebe9c85f99e2e3ed8
https://github.com/Evolveum/midpoint/commit/4bf0ae846db9ac011e95abcebe9c85f99e2e3ed8
Author: mmacik <matus.macik at evolveum.com>
Date: 2024-03-06 (Wed, 06 Mar 2024)
Changed paths:
M docs/interfaces/rest/concepts/using-rest-examples.adoc
A docs/interfaces/rest/operations/examples/access-request.adoc
M docs/interfaces/rest/operations/examples/create-object.adoc
M docs/interfaces/rest/operations/examples/create-user.adoc
M docs/interfaces/rest/operations/examples/get-user-self.adoc
M docs/interfaces/rest/operations/examples/get-user-unique-id.adoc
M docs/interfaces/rest/operations/examples/raw/create-acc.adoc.adoc
M docs/interfaces/rest/operations/examples/raw/create-ou-projects.adoc
M docs/interfaces/rest/operations/examples/raw/create-report.adoc
M docs/interfaces/rest/operations/examples/raw/create-resource.adoc
M docs/interfaces/rest/operations/examples/raw/create-role-employee.adoc
M docs/interfaces/rest/operations/examples/raw/create-task.adoc
M docs/interfaces/rest/operations/examples/raw/create-user-jack.adoc
M docs/interfaces/rest/operations/examples/raw/delete-acc.adoc
M docs/interfaces/rest/operations/examples/raw/delete-case.adoc
M docs/interfaces/rest/operations/examples/raw/delete-ou.adoc
M docs/interfaces/rest/operations/examples/raw/delete-reports.adoc
M docs/interfaces/rest/operations/examples/raw/delete-resource.adoc
M docs/interfaces/rest/operations/examples/raw/delete-role.adoc
M docs/interfaces/rest/operations/examples/raw/delete-task.adoc
M docs/interfaces/rest/operations/examples/raw/delete-user.adoc
M docs/interfaces/rest/operations/examples/raw/execute-script-rpc.adoc
M docs/interfaces/rest/operations/examples/raw/get-acc.adoc
M docs/interfaces/rest/operations/examples/raw/get-case-employee.adoc
M docs/interfaces/rest/operations/examples/raw/get-ou-projects.adoc
M docs/interfaces/rest/operations/examples/raw/get-reports.adoc
M docs/interfaces/rest/operations/examples/raw/get-resource.adoc
M docs/interfaces/rest/operations/examples/raw/get-role-end-user.adoc
M docs/interfaces/rest/operations/examples/raw/get-shadow-owner.adoc
M docs/interfaces/rest/operations/examples/raw/get-task.adoc
M docs/interfaces/rest/operations/examples/raw/get-user-administrator.adoc
M docs/interfaces/rest/operations/examples/raw/get-user-self-xml.adoc
M docs/interfaces/rest/operations/examples/raw/import-from-resource.adoc
M docs/interfaces/rest/operations/examples/raw/import-shadow.adoc
M docs/interfaces/rest/operations/examples/raw/modify-attr-acc.adoc
M docs/interfaces/rest/operations/examples/raw/modify-attr-case-assign-employee.adoc
A docs/interfaces/rest/operations/examples/raw/modify-attr-entitlement.adoc
M docs/interfaces/rest/operations/examples/raw/modify-attr-ou-projects.adoc
M docs/interfaces/rest/operations/examples/raw/modify-attr-reports.adoc
M docs/interfaces/rest/operations/examples/raw/modify-attr-resource.adoc
M docs/interfaces/rest/operations/examples/raw/modify-attr-role-employee.adoc
M docs/interfaces/rest/operations/examples/raw/modify-attr-task.adoc
M docs/interfaces/rest/operations/examples/raw/modify-attr-user.adoc
M docs/interfaces/rest/operations/examples/raw/modify-attr.adoc
M docs/interfaces/rest/operations/examples/raw/modify-user-assign-role.adoc
M docs/interfaces/rest/operations/examples/raw/notify-change-password.adoc
M docs/interfaces/rest/operations/examples/raw/org-id-generate.adoc
M docs/interfaces/rest/operations/examples/raw/role-id-generate.adoc
M docs/interfaces/rest/operations/examples/raw/search-all-acc.adoc
M docs/interfaces/rest/operations/examples/raw/search-all-cases.adoc
M docs/interfaces/rest/operations/examples/raw/search-all-ou.adoc
M docs/interfaces/rest/operations/examples/raw/search-all-reports.adoc
M docs/interfaces/rest/operations/examples/raw/search-all-resource.adoc
M docs/interfaces/rest/operations/examples/raw/search-all-roles.adoc
M docs/interfaces/rest/operations/examples/raw/search-all-tasks.adoc
M docs/interfaces/rest/operations/examples/raw/search-all-users.adoc
M docs/interfaces/rest/operations/examples/raw/search-name-cases.adoc
M docs/interfaces/rest/operations/examples/raw/search-name-ou.adoc
M docs/interfaces/rest/operations/examples/raw/search-name-reports.adoc
M docs/interfaces/rest/operations/examples/raw/search-name-resource.adoc
M docs/interfaces/rest/operations/examples/raw/search-name-roles.adoc
M docs/interfaces/rest/operations/examples/raw/search-name-tasks.adoc
M docs/interfaces/rest/operations/examples/raw/search-name-users.adoc
M docs/interfaces/rest/operations/examples/raw/task-op-resume.adoc
M docs/interfaces/rest/operations/examples/raw/task-op-run.adoc
M docs/interfaces/rest/operations/examples/raw/task-op-suspend.adoc
M docs/interfaces/rest/operations/examples/raw/test-resource.adoc
M docs/interfaces/rest/operations/examples/raw/user-get-value-policy.adoc
M docs/interfaces/rest/operations/examples/raw/user-pwd-generate.adoc
M docs/interfaces/rest/operations/examples/raw/user-pwd-reset.adoc
M docs/interfaces/rest/operations/examples/raw/validate-value-rpc.adoc
M docs/interfaces/rest/operations/examples/search-objects-filter.adoc
Log Message:
-----------
Merge branch 'docs/cleanup-4.8'
Compare: https://github.com/Evolveum/midpoint/compare/414df926984c...4bf0ae846db9
To unsubscribe from these emails, change your notification settings at https://github.com/Evolveum/midpoint/settings/notifications
More information about the midPoint-svn
mailing list