Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Sep 21, 2021
1 parent 5885858 commit 33d027e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/technical/api/group/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Creates (PUT) or updates (POST) groups.

Array of [groups](/en/technical/types/group).

## Ouput
## Output

Array of [groups](/en/technical/types/group) that were updated.

Expand Down
2 changes: 1 addition & 1 deletion content/technical/api/message/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ This call requires the `system.message` system right.
Array of [messages](/en/technical/types/message). POST only updates fields
that are set, leaving the rest as they currently are.

## Ouput
## Output

Array of [messages](/en/technical/types/message) that were updated.

Expand Down
2 changes: 1 addition & 1 deletion content/technical/api/session/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ A JSON object containing the keys:

- `new_password`: the new password (string)

## Ouput
## Output

The current [session](/en/technical/types/session).

Expand Down
2 changes: 1 addition & 1 deletion content/technical/api/user/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Creates (PUT) or updates (POST) users. The related "user collection" will be cre

Array of [users](/en/technical/types/user). Depending on the user rights, more or less information is available: see GET above.

## Ouput
## Output

Array of [users](/en/technical/types/user) that were updated.

Expand Down
2 changes: 1 addition & 1 deletion content/technical/api/xmlmapping/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ See the following table for the definition of the options, that were used in the
| `fields` | | Definition of fields in a tab |
| `attributes` | | Specifiy used namespaces in the XML field |
| `type` | `Hidden` | Hidden field, for example for options |
| | `Ouput` | Label (how it is shown in the frontend) |
| | `Output` | Label (how it is shown in the frontend) |
| | `Input` | Field for the Input |
| `xml_export` | `path` | Mapped metadata field, fully qualified name of the metadata tag |
| | `list = true` | Multiple values can be written into the metadata field |
Expand Down

0 comments on commit 33d027e

Please sign in to comment.