Skip to content

Commit f912e01

Browse files
Update articles/purview/tutorial-metadata-policy-collections-apis.md
1 parent 4556549 commit f912e01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/purview/tutorial-metadata-policy-collections-apis.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ This table gives an overview of the **Purview Collections APIs**. Click each of
4444
| [List Collections](/rest/api/purview/accountdataplane/collections/list-collections) |List the collections in the account.|
4545

4646

47-
1. If using API, the Service Principal (SP), User or Group executing the API should have [Collection Admin](how-to-create-and-manage-collections.md#check-permissions) role assigned in Purview to execute this API successfully.
48-
2. For all Purview APIs requiring {collectionName}, you will need "name" (and not "friendlyName"). Replace {collectionName} with the actual six-character alphanumeric collection name string. Note that this is different from the friendly display name you supplied while creating the collection. If you do not have this {collectionName} handy, use the [List Collections](/rest/api/purview/accountdataplane/collections/list-collections) API to select the six-character collection name from the JSON output.
49-
3. Example JSON:
47+
- If using API, the Service Principal (SP), User or Group executing the API should have [Collection Admin](how-to-create-and-manage-collections.md#check-permissions) role assigned in Purview to execute this API successfully.
48+
- For all Purview APIs requiring {collectionName}, you will need "name" (and not "friendlyName"). Replace {collectionName} with the actual six-character alphanumeric collection name string. Note that this is different from the friendly display name you supplied while creating the collection. If you do not have this {collectionName} handy, use the [List Collections](/rest/api/purview/accountdataplane/collections/list-collections) API to select the six-character collection name from the JSON output.
49+
- Example JSON:
5050

5151
```json
5252
{

0 commit comments

Comments
 (0)