File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ Products are associations of one or more APIs. You can include many APIs and off
149
149
150
150
``` azurecli
151
151
az apim product api add --resource-group apim-hello-word-resource-group \
152
- --api-id demo-conference -api --product-id contoso-product \
152
+ --api-id petstore -api --product-id contoso-product \
153
153
--service-name apim-hello-world
154
154
```
155
155
@@ -164,7 +164,7 @@ You can remove an API from a product by using the [az apim product api delete](/
164
164
165
165
``` azurecli
166
166
az apim product api delete --resource-group apim-hello-word-resource-group \
167
- --api-id demo-conference -api --product-id contoso-product \
167
+ --api-id petstore -api --product-id contoso-product \
168
168
--service-name apim-hello-world
169
169
```
170
170
@@ -291,4 +291,4 @@ az apim show --<apim_service_name> --<resource_group_name>
291
291
> [ !div class="nextstepaction"]
292
292
> [ Create blank API and mock API responses] ( mock-api-responses.md ) .
293
293
294
- ::: zone-end
294
+ ::: zone-end
You can’t perform that action at this time.
0 commit comments