Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaisero authored Mar 19, 2020
1 parent a3f2374 commit c80d029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ to find pre-existing objects by the name defined in FMC UI.

```python
name = 'NET_OBJ'
uuid = client.get_object_id_by_name('network', name)
uuid = client.get_object_id_by_name('networks', name)
```

#### Access Control Policy Name to ID
Expand Down

0 comments on commit c80d029

Please sign in to comment.