File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/Microsoft.OpenApi.Hidi Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -95,19 +95,19 @@ This command accepts the following parameters:
95
95
1. Filtering by OperationIds
96
96
97
97
` ` ` bash
98
- hidi transform -d files\P eople.yml -f yaml -o files\P eople.yml -v OpenApi3_0 --op users_UpdateInsights --co
98
+ hidi transform -d files\P eople.yml -f yaml -o files\P eople.yml -v 3.0 --op users_UpdateInsights --co
99
99
` ` `
100
100
101
101
2. Filtering by Postman collection
102
102
103
103
` ` ` bash
104
- hidi transform --openapi files\P eople.yml --format yaml --output files\P eople2.yml --version OpenApi3_0 --filter-by-collection Graph-Collection-0017059134807617005.postman_collection.json
104
+ hidi transform --openapi files\P eople.yml --format yaml --output files\P eople2.yml --version 3.0 --filter-by-collection Graph-Collection-0017059134807617005.postman_collection.json
105
105
` ` `
106
106
107
107
3. CSDL---> OpenAPI conversion and filtering
108
108
109
109
` ` ` bash
110
- hidi transform --csdl Files/Todo.xml --output Files/Todo-subset.yml --format yaml --version OpenApi3_0 --filter-by-operationids Todos.Todo.UpdateTodo
110
+ hidi transform --csdl Files/Todo.xml --output Files/Todo-subset.yml --format yaml --version 3.0 --filter-by-operationids Todos.Todo.UpdateTodo
111
111
` ` `
112
112
113
113
4. CSDL Filtering by EntitySets and Singletons
@@ -138,4 +138,5 @@ This command generates an OpenAI style Plugin manifest and minimal OpenAPI file
138
138
hidi plugin -m exampleApiManifest.yml -o mypluginfolder
139
139
` ` `
140
140
141
- > Run ` hidi plugin -h` to see all the available usage options.
141
+
142
+ > Run ` hidi plugin -h` to see all the available usage options.
You can’t perform that action at this time.
0 commit comments