Skip to content

Commit 9c3efb9

Browse files
committed
Fix OTA API documentation: use X-API-Key header instead of Bearer
The OTA API uses X-API-Key header for authentication, not Authorization: Bearer. This matches the actual implementation in OtaClient.cs and ApiKeyAuthenticationHandler.cs.
1 parent 8e5df7d commit 9c3efb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloud/src/www/docs/ota.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -877,7 +877,7 @@ <h2 id="api">API Format</h2>
877877

878878
<h3>Endpoint</h3>
879879
<pre><code>GET /api/ota/{owner}/{project}/bundle
880-
Authorization: Bearer lrm_your_api_key</code></pre>
880+
X-API-Key: lrm_your_api_key</code></pre>
881881

882882
<h3>Response Format</h3>
883883
<pre><code>{

0 commit comments

Comments
 (0)