Skip to content

Commit 83d591c

Browse files
committed
Fix broken videos
1 parent 22f7dfb commit 83d591c

File tree

1 file changed

+5
-9
lines changed
  • docs/resources/control-flow/backend-logic/api

1 file changed

+5
-9
lines changed

docs/resources/control-flow/backend-logic/api/rest-api.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,14 @@ To pass the request header:
4040
1. Select the **Headers** tab and click on the **+ Add Header** button.
4141
2. Inside the input box, enter the header name followed by the colon(:) and its value (e.g., **Content-Length: application/json**).
4242

43-
4443
<div style={{
4544
position: 'relative',
4645
paddingBottom: 'calc(56.67989417989418% + 41px)', // Keeps the aspect ratio and additional padding
4746
height: 0,
4847
width: '100%'
4948
}}>
5049
<iframe
51-
src="https://demo.arcade.software/mgjg0BAJW3dqxAQSvVZW?embed&show_copy_link=true"
50+
src="https://demo.arcade.software/AGgxnI4qdOL9veyDRVV1?embed&show_copy_link=true"
5251
title=""
5352
style={{
5453
position: 'absolute',
@@ -93,7 +92,7 @@ To pass the static auth token:
9392
width: '100%'
9493
}}>
9594
<iframe
96-
src="https://demo.arcade.software/9nVwxVq0iaNQ0OpQYojW?embed&show_copy_link=true"
95+
src="https://demo.arcade.software/lMEvyl0gjA7qMOLu8XAq?embed&show_copy_link=true"
9796
title=""
9897
style={{
9998
position: 'absolute',
@@ -214,7 +213,7 @@ Now you can pass values to these variables while triggering the API call from yo
214213
width: '100%'
215214
}}>
216215
<iframe
217-
src="https://demo.arcade.software/AdAx0UxdHANPgQ04la5Y?embed&show_copy_link=true"
216+
src="https://demo.arcade.software/Gw8MilWu4GV2XtlLh3Fj?embed&show_copy_link=true"
218217
title=""
219218
style={{
220219
position: 'absolute',
@@ -633,7 +632,7 @@ Optionally, you can force a user to be authenticated via the Firebase authentica
633632
width: '100%'
634633
}}>
635634
<iframe
636-
src="https://demo.arcade.software/3mptnc82659m28DX5yE5?embed&show_copy_link=true"
635+
src="https://demo.arcade.software/xoPi2UVZuw3JMqyXPeau?embed&show_copy_link=true"
637636
title=""
638637
style={{
639638
position: 'absolute',
@@ -725,7 +724,4 @@ If you prefer watching a video tutorial, here's the one for you:
725724

726725
<div class="video-container"><iframe src="https://www.youtube.
727726
com/embed/L5qj2f9skt4" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div>
728-
:::
729-
730-
731-
727+
:::

0 commit comments

Comments
 (0)