Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://api.ridergy.com/v1/locations/{locationId}/limit \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "limitKw": 100 }'
200
Example
{ "locationId": "3632155", "permanentLimitKw": 100, "effectiveLimitKw": 100 }
设置当该位置当前没有任何优先级配置文件处于激活状态时 所使用的永久限制。
按租户分配的 API 密钥。租户信息从密钥中获取——绝不来自请求本身。
100
永久限制已更新
"3632155"