Skip to content

Commit

Permalink
Fix validators #7
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcnally-r7 committed Jan 20, 2022
1 parent 99139fc commit cab931c
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions plugins/cisco_umbrella_destinations/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -1325,6 +1325,32 @@ Example input:

##### Output

|Name|Type|Required|Description|
|----|----|--------|-----------|
|success|dlCollection|True|Successful returned value|

Example output:

```
```

#### Destinations List GET (All)

This action is used to retrieve all destination lists of organization.

##### Input

|Name|Type|Default|Required|Description|Enum|Example|
|----|----|-------|--------|-----------|----|-------|
|organizationId|integer|None|True|Organization ID|None|1234567|

Example input:

```
```

##### Output

|Name|Type|Required|Description|
|----|----|--------|-----------|
|success|dlCollection|True||
Expand Down

0 comments on commit cab931c

Please sign in to comment.