Skip to content

Commit 78965e1

Browse files
committed
Modern markdown and lightbox image replacements
1 parent da51d70 commit 78965e1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

powerapps-docs/maker/data-platform/dataverse-accelerator/api-playground.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,16 @@ These request types are designed to simplify calling plug-ins available in the w
6565
:::image type="content" source="media/api-play-list-customapi.svg" alt-text="Custom APIs are listed in the dropdown list" lightbox="media/api-play-list-customapi.svg":::
6666

6767
1. If parameters are available, they're displayed in the **Query params** table that appears. Provide values for required parameters.
68-
69-
![Custom API parameters display automatically](./media/api-play-customapi-params.svg)
68+
:::image type="content" source="media/api-play-customapi-params.svg" alt-text="Custom API parameters display automatically" lightbox="media/api-play-customapi-params.svg":::
7069

7170
> [!NOTE]
7271
> Checkboxes to the left of each parameter indicate whether they are included in the request. Required parameters have disabled checkboxes while optional parameters have editable ones.
7372
7473
1. Select **Send**.
7574

7675
1. Observe the [response](#view-the-response) in the lower section of the screen.
77-
78-
![Parameters are listed if registered](./media/api-play-response.svg)
79-
76+
:::image type="content" source="media/api-play-response.svg" alt-text="Parameters are listed if registered" lightbox="media/api-play-response.svg":::
77+
8078
> [!NOTE]
8179
> The interface provides a convenient listing of all available plug-ins in the environment. When selected, the associated parameters with data types are presented. Behind the scenes an OData call is still being made, but the interface simplifies the construction of the call.
8280
@@ -92,10 +90,11 @@ OData requests allow more options for request parameters.
9290

9391
1. In the URL.
9492
1. After the question mark (`?`) character in the URL, type in the query parameter key.
95-
![Key typed into Url after question mark](./media/api-play-key.svg)
93+
:::image type="content" source="./media/api-play-key.svg" alt-text="Key typed into Url after question mark" lightbox="./media/api-play-key.svg":::
94+
9695
1. Type an equals (`=`) character after the key.
9796
1. Type in the value.
98-
![Value typed into Url after the equals sign](./media/api-play-value.svg)
97+
:::image type="content" source="./media/api-play-value.svg" alt-text="Value typed into Url after the equals sign" lightbox="./media/api-play-value.svg":::
9998

10099
The keys and values will automatically populate the parameter table in the interface.
101100

@@ -109,7 +108,7 @@ OData requests allow more options for request parameters.
109108

110109
After a request is sent, the response is displayed in the lower half of the screen.
111110

112-
![OData response](./media/api-play-odata-response.svg)
111+
:::image type="content" source="media/api-play-odata-response.svg" alt-text="OData response" lightbox="media/api-play-odata-response.svg":::
113112

114113
The response status provides quick metrics on the request:
115114

@@ -127,10 +126,11 @@ You can save requests for quick access later. Saved requests store the request d
127126

128127
A dialog appears with form fields.
129128
1. Provide a name for the request. A default value is provided based on the request details, but you can update the value.
130-
![Save request dialog](./media/api-play-save.svg)
129+
:::image type="content" source="./media/api-play-save.svg" alt-text="Save request dialog" lightbox="./media/api-play-save.svg":::
130+
131131
1. Select **Save**.
132132
1. The saved request appears in the left pane of the screen.
133-
![Saved requests appear in the left pane of the screen](media/api-play-saved-requests.svg)
133+
:::image type="content" source="media/api-play-saved-requests.svg" alt-text="Save requests appear in the left pane of the screen" lightbox="media/api-play-saved-requests.svg":::
134134

135135
### Load a saved request
136136

0 commit comments

Comments
 (0)