You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/apiops/6-supportingIndependentAPITeams/index.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,11 @@ The extractor tool supports extracting select apis which enables the following s
12
12
13
13
In order to signal to the extractor tool to extract select apis you need to provide a configuration file (either yaml or json based) which includes the list of apis to extract. Following the example above you can instruct the extractor tool to extract api1 and api2 by providing the following configuration file:
14
14
15
-
ApiDisplayNames:
15
+
```yaml
16
+
apiNames:
16
17
- api1
17
18
- api2
18
-
19
+
```
19
20
Here is the Azure Devops extractor pipeline windows offering either full extraction or selective api extraction through the configuration file: <br />
0 commit comments