We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9902c5 commit 48b9c81Copy full SHA for 48b9c81
readme.md
@@ -166,11 +166,11 @@ Re-scans the device to find local HTTP or HTTPS services to display. This can be
166
#### **GET** /url
167
Returns the URL currently being displayed
168
169
-#### **PUT** /url
+#### **POST** /url
170
Sets the URL to be displayed. The URL is set in the request body. Example:
171
172
```bash
173
-curl --data "url=www.balena.io" http://localhost:5011/url
+curl -X POST --data "url=www.balena.io" http://localhost:5011/url
174
```
175
176
You can also pre-set the kiosk and GPU settings as part of a URL put request. Example:
0 commit comments