Files
api/documentation/_site_rebuild_20260317/forceenableselfservelanemachine.html
T

69 lines
8.7 KiB
HTML

<!DOCTYPE html SYSTEM "about:legacy-compat">
<html lang="en-US" data-preset="contrast" data-primary-color="#307FFF"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="UTF-8"><meta name="robots" content="noindex"><meta name="built-on" content="2026-03-17T15:45:47.745452794"><title>Force enable MACHINE relay and mark lane as in-wash (superusers only) | Copenhagen Truck Wash API</title><script type="application/json" id="virtual-toc-data">[{"id":"endpoint","level":0,"title":"Endpoint","anchor":"#endpoint"},{"id":"operation","level":0,"title":"Operation","anchor":"#operation"},{"id":"authentication","level":0,"title":"Authentication","anchor":"#authentication"},{"id":"request-body","level":0,"title":"Request Body","anchor":"#request-body"},{"id":"responses","level":0,"title":"Responses","anchor":"#responses"}]</script><script type="application/json" id="topic-shortcuts"></script><link href="https://resources.jetbrains.com/writerside/apidoc/6.26.0-b913/app.css" rel="stylesheet"><meta name="msapplication-TileColor" content="#000000"><link rel="apple-touch-icon" sizes="180x180" href="https://jetbrains.com/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="https://jetbrains.com/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="https://jetbrains.com/favicon-16x16.png"><meta name="msapplication-TileImage" content="https://resources.jetbrains.com/storage/ui/favicons/mstile-144x144.png"><meta name="msapplication-square70x70logo" content="https://resources.jetbrains.com/storage/ui/favicons/mstile-70x70.png"><meta name="msapplication-square150x150logo" content="https://resources.jetbrains.com/storage/ui/favicons/mstile-150x150.png"><meta name="msapplication-wide310x150logo" content="https://resources.jetbrains.com/storage/ui/favicons/mstile-310x150.png"><meta name="msapplication-square310x310logo" content="https://resources.jetbrains.com/storage/ui/favicons/mstile-310x310.png"><meta name="image" content=""><!-- Open Graph --><meta property="og:title" content="Force enable MACHINE relay and mark lane as in-wash (superusers only) | Copenhagen Truck Wash API"><meta property="og:description" content=""><meta property="og:image" content=""><meta property="og:site_name" content="Copenhagen Truck Wash API Help"><meta property="og:type" content="website"><meta property="og:locale" content="en_US"><meta property="og:url" content="writerside-documentation/forceenableselfservelanemachine.html"><!-- End Open Graph --><!-- Twitter Card --><meta name="twitter:card" content="summary_large_image"><meta name="twitter:site" content=""><meta name="twitter:title" content="Force enable MACHINE relay and mark lane as in-wash (superusers only) | Copenhagen Truck Wash API"><meta name="twitter:description" content=""><meta name="twitter:creator" content=""><meta name="twitter:image:src" content=""><!-- End Twitter Card --><!-- Schema.org WebPage --><script type="application/ld+json">{
"@context": "http://schema.org",
"@type": "WebPage",
"@id": "writerside-documentation/forceenableselfservelanemachine.html#webpage",
"url": "writerside-documentation/forceenableselfservelanemachine.html",
"name": "Force enable MACHINE relay and mark lane as in-wash (superusers only) | Copenhagen Truck Wash API",
"description": "",
"image": "",
"inLanguage":"en-US"
}</script><!-- End Schema.org --><!-- Schema.org WebSite --><script type="application/ld+json">{
"@type": "WebSite",
"@id": "writerside-documentation/#website",
"url": "writerside-documentation/",
"name": "Copenhagen Truck Wash API Help"
}</script><!-- End Schema.org --></head><body data-id="forceEnableSelfServeLaneMachine" data-main-title="Force enable MACHINE relay and mark lane as in-wash (superusers only)" data-article-props="{&quot;seeAlsoStyle&quot;:&quot;links&quot;}" data-template="article" data-breadcrumbs="API-Reference.topic|API Reference///Tag_Modules.topic|Modules///modules_module_self_serve.topic///modules_module_self_serve_page_1.topic"><div class="wrapper"><main class="panel _main"><header class="panel__header"><div class="container"><h3>Copenhagen Truck Wash API Help</h3><div class="panel-trigger"></div></div></header><section class="panel__content"><div class="container"><article class="article" data-shortcut-switcher="inactive"><h1 data-toc="forceEnableSelfServeLaneMachine" id="forceEnableSelfServeLaneMachine.topic">Force enable MACHINE relay and mark lane as in-wash (superusers only)</h1><p id="z9eucfc_2">This endpoint documentation is generated directly from <code class="code" id="z9eucfc_8">openapi.yaml</code>.</p><section class="chapter"><h2 id="endpoint" data-toc="endpoint">Endpoint</h2><div class="code-block" data-lang="http">POST /modules/self-serve/lane/force/machine/enable</div></section><section class="chapter"><h2 id="operation" data-toc="operation">Operation</h2><p id="z9eucfc_10">Operation ID: <code class="code" id="z9eucfc_12">forceEnableSelfServeLaneMachine</code></p><p id="z9eucfc_11">Superuser/emergency endpoint. Bypasses the allowed services gating and directly turns on the MACHINE relay. Also ensures the lane is marked as OCCUPIED and IN_WASH with a wash start timestamp if not already set.</p></section><section class="chapter"><h2 id="authentication" data-toc="authentication">Authentication</h2><p id="z9eucfc_13">Security requirements:</p><div class="table-wrapper"><table class="wide" id="z9eucfc_14"><thead><tr class="ijRowHead" id="z9eucfc_15"><th id="z9eucfc_17"><p>Scheme</p></th><th id="z9eucfc_18"><p>Scopes</p></th></tr></thead><tbody><tr id="z9eucfc_16"><td id="z9eucfc_19"><p>BearerAuth</p></td><td id="z9eucfc_20"><p>-</p></td></tr></tbody></table></div></section><section class="chapter"><h2 id="request-body" data-toc="request-body">Request Body</h2><p id="z9eucfc_21">Required: yes.</p><p id="z9eucfc_22">Content type: <code class="code" id="z9eucfc_24">application/json</code></p><div class="code-block" data-lang="json">
{
&quot;properties&quot;: {
&quot;duration&quot;: {
&quot;description&quot;: &quot;Optional number of seconds after which the relay should automatically turn off&quot;,
&quot;nullable&quot;: true,
&quot;type&quot;: &quot;integer&quot;
},
&quot;lane_id&quot;: {
&quot;type&quot;: &quot;integer&quot;
},
&quot;license_plate&quot;: {
&quot;description&quot;: &quot;Optional license plate to associate with the lane&quot;,
&quot;nullable&quot;: true,
&quot;type&quot;: &quot;string&quot;
}
},
&quot;required&quot;: [
&quot;lane_id&quot;
],
&quot;type&quot;: &quot;object&quot;
}
</div></section><section class="chapter"><h2 id="responses" data-toc="responses">Responses</h2><div class="table-wrapper"><table class="wide" id="z9eucfc_25"><thead><tr class="ijRowHead" id="z9eucfc_28"><th id="z9eucfc_32"><p>Status</p></th><th id="z9eucfc_33"><p>Description</p></th><th id="z9eucfc_34"><p>Content Types</p></th></tr></thead><tbody><tr id="z9eucfc_29"><td id="z9eucfc_35"><p>200</p></td><td id="z9eucfc_36"><p>MACHINE relay force-enabled and lane marked in-wash</p></td><td id="z9eucfc_37"><p>application/json</p></td></tr><tr id="z9eucfc_30"><td id="z9eucfc_38"><p>401</p></td><td id="z9eucfc_39"></td><td id="z9eucfc_40"></td></tr><tr id="z9eucfc_31"><td id="z9eucfc_41"><p>403</p></td><td id="z9eucfc_42"></td><td id="z9eucfc_43"></td></tr></tbody></table></div><p id="z9eucfc_26">Schema for response <code class="code" id="z9eucfc_44">200</code> (<code class="code" id="z9eucfc_45">application/json</code>):</p><div class="code-block" data-lang="json">
{
&quot;properties&quot;: {
&quot;duration&quot;: {
&quot;nullable&quot;: true,
&quot;type&quot;: &quot;integer&quot;
},
&quot;forced&quot;: {
&quot;type&quot;: &quot;boolean&quot;
},
&quot;lane_id&quot;: {
&quot;type&quot;: &quot;integer&quot;
},
&quot;machine&quot;: {
&quot;enum&quot;: [
&quot;ENABLED&quot;
],
&quot;type&quot;: &quot;string&quot;
},
&quot;state&quot;: {
&quot;type&quot;: &quot;string&quot;
},
&quot;status&quot;: {
&quot;type&quot;: &quot;string&quot;
},
&quot;wash_start_time&quot;: {
&quot;type&quot;: &quot;integer&quot;
}
},
&quot;type&quot;: &quot;object&quot;
}
</div></section><div class="last-modified">17 March 2026</div><div data-feedback-placeholder="true"></div><div class="navigation-links _bottom"><a href="forcedisableselfservelanemachine.html" class="navigation-links__prev">Force disable MACHINE relay but keep lane as in-wash (superusers only)</a><a href="getselfservelanestatus.html" class="navigation-links__next">Get self-serve lane status</a></div></article><div id="disqus_thread"></div></div></section></main></div><script src="https://resources.jetbrains.com/writerside/apidoc/6.26.0-b913/app.js"></script></body></html>