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 Mar 14, 2024
2 parents 764a15b + 5ab5d1a commit e755f24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/interfaces/rest/concepts/using-rest-examples.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ permit only specific actions, please have a look at this xref:/midpoint/referenc

=== Troubleshooting

Errors happen, here we list some frequent issues and also how to debug even those less frequent ones.

==== Client Error

When the client sends a request which cannot be processed, midPoint often responds with a structure called *OperationResult*.
Expand Down Expand Up @@ -169,6 +171,8 @@ The example is in the JSON format:

==== Frequent Issues

Frequent issues on which we stumbled upon related to the usage of the REST api examples.

===== Missing '@' Character In Data Content File Path

A request was issued via CURL with the "--data-binary" property set to a filepath pointing to a file.
Expand Down

0 comments on commit e755f24

Please sign in to comment.