Skip to content

Commit

Permalink
- fix required fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jandusil committed May 20, 2024
1 parent ef6f16a commit 2706d33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/API-Admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Create a new application with specified name.

| Attribute | Type | Description |
|---------------------------------------------------------------|----------|----------------------------------|
| `name` | `String` | Name of the application. |
| `name`<span class="required" title="Required">*</span> | `String` | Name of the application. |
| `displayName`<span class="required" title="Required">*</span> | `String` | Display name of the application. |

#### Response 200
Expand Down Expand Up @@ -177,9 +177,9 @@ including configuration settings.

##### Path Params

| Param | Type | Description |
|--------|----------|--------------------------------------------------|
| `name` | `String` | Name of the application to retrieve details for. |
| Param | Type | Description |
|--------------------------------------------------------|----------|--------------------------------------------------|
| `name`<span class="required" title="Required">*</span> | `String` | Name of the application to retrieve details for. |

#### Response 200

Expand Down

0 comments on commit 2706d33

Please sign in to comment.