Fix stale Dell API URL placeholder in settings
The API URL hint still showed the old device.warranty path; align it with the corrected sbil/eapi/v5 endpoint the provider now defaults to. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -145,7 +145,7 @@
|
|||||||
<input
|
<input
|
||||||
type="url"
|
type="url"
|
||||||
v-model="settings.warranty_dell_apiurl"
|
v-model="settings.warranty_dell_apiurl"
|
||||||
placeholder="https://apigtwb2c.us.dell.com/PROD/sbfxapp/device.warranty/v5/asset-entitlements"
|
placeholder="https://apigtwb2c.us.dell.com/PROD/sbil/eapi/v5/asset-entitlements"
|
||||||
@blur="saveSetting('warranty_dell_apiurl', settings.warranty_dell_apiurl)"
|
@blur="saveSetting('warranty_dell_apiurl', settings.warranty_dell_apiurl)"
|
||||||
:disabled="saving"
|
:disabled="saving"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user