gridX API Changelog

Changelog 2025-02-17T10:13:59.951Z

GET /account

  • api operation id ‘getAuthenticatedAccount’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PATCH /account

  • api operation id ‘updateAuthenticatedAccount’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /account/market-prices/{platform}

  • api operation id ‘listMarketPrices’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /account/tokens

  • api operation id ‘listOrganizationalApiTokens’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

POST /account/tokens

  • api operation id ‘createOrganizationalApiToken’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

DELETE /account/tokens/{tokenID}

  • api operation id ‘deleteOrganizationalApiToken’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /account/tokens/{tokenID}

  • api operation id ‘getOrganizationalApiToken’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PATCH /account/tokens/{tokenID}

  • api operation id ‘updateOrganizationalApiToken’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

POST /account/tokens/{tokenID}/rotate

  • api operation id ‘rotateOrganizationalApiToken’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /accounts

  • api operation id ‘listAccounts’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API
  • added the new optional ‘query’ request parameter ‘accountIDs’
  • added the new optional ‘query’ request parameter ‘include’

POST /accounts

  • api operation id ‘createAccount’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

DELETE /accounts/{accountID}

  • api operation id ‘deleteAccount’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /accounts/{accountID}

  • api operation id ‘getAccount’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PATCH /accounts/{accountID}

  • api operation id ‘updateAccount’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /accounts/{accountID}/accounts

  • api operation id ‘listChildAccounts’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /accounts/{accountID}/bidding-zone

  • api operation id ‘getAccountBiddingZone’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PUT /accounts/{accountID}/bidding-zone

  • api operation id ‘setAccountBiddingZone’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /accounts/{accountID}/groups

  • api operation id ‘listAccountGroups’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

POST /accounts/{accountID}/groups

  • api operation id ‘createAccountGroup’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

DELETE /accounts/{accountID}/groups/{groupID}

  • api operation id ‘deleteAccountGroup’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /accounts/{accountID}/groups/{groupID}

  • api operation id ‘getAccountGroup’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /accounts/{accountID}/groups/{groupID}/policies

  • api operation id ‘listAccountGroupPolicies’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /accounts/{accountID}/product-options

  • api operation id ‘listAccountProductOptions’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API
  • added the new optional ‘query’ request parameter ‘isDefault’
  • added the new optional ‘query’ request parameter ‘optionIDs’

DELETE /accounts/{accountID}/scanconfiguration

  • api operation id ‘deleteScanConfiguration’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /accounts/{accountID}/scanconfiguration

  • api operation id ‘getScanConfiguration’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PATCH /accounts/{accountID}/scanconfiguration

  • api operation id ‘updateScanConfiguration’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

POST /accounts/{accountID}/scanconfiguration

  • api operation id ‘createScanConfiguration’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

DELETE /accounts/{accountID}/systems

  • api operation id ‘unassignSystemFromAccount’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /accounts/{accountID}/systems

  • api operation id ‘listAccountSystems’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

POST /accounts/{accountID}/systems

  • api operation id ‘assignSystemToAccount’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /accounts/{accountID}/tree

  • endpoint added

DELETE /accounts/{accountID}/users/{userID}

  • api operation id ‘deleteUser’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /accounts/{accountID}/users/{userID}/notifications

  • api operation id ‘listUserNotifications’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /accounts/{accountID}/users/{userID}/notifications/rules

  • api operation id ‘listUserNotificationRules’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

POST /accounts/{accountID}/users/{userID}/notifications/rules

  • api operation id ‘createUserNotificationRule’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

DELETE /accounts/{accountID}/users/{userID}/notifications/rules/{ruleID}

  • api operation id ‘deleteUserNotificationRule’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /accounts/{accountID}/users/{userID}/notifications/rules/{ruleID}

  • api operation id ‘getUserNotificationRule’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PUT /accounts/{accountID}/users/{userID}/notifications/rules/{ruleID}

  • api operation id ‘updateUserNotificationRule’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /accounts/{accountID}/users/{userID}/notifications/{notificationID}

  • api operation id ‘getUserNotification’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /clusters/{clusterID}/live

  • api operation id ‘getLatestCurtailmentClusterLiveMeasurement’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /customers

  • api operation id ‘listCustomers’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

DELETE /customers/{customerID}

  • api operation id ‘deleteCustomer’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /customers/{customerID}

  • api operation id ‘getCustomer’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PATCH /customers/{customerID}

  • api operation id ‘updateCustomer’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /customers/{customerID}/users

  • api operation id ‘listUsersOfCustomer’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /gateways

  • api operation id ‘listGateways’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

DELETE /gateways/{gatewayID}

  • api operation id ‘deleteGateway’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /gateways/{gatewayID}

  • api operation id ‘getGateway’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PATCH /gateways/{gatewayID}

  • api operation id ‘updateGateway’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /gateways/{gatewayID}/appliances

  • api operation id ‘listGatewayAppliances’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

DELETE /gateways/{gatewayID}/appliances/{applianceID}

  • api operation id ‘deleteGatewayAppliance’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /gateways/{gatewayID}/appliances/{applianceID}

  • api operation id ‘getGatewayAppliance’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PATCH /gateways/{gatewayID}/appliances/{applianceID}

  • api operation id ‘updateGatewayAppliance’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

DELETE /gateways/{gatewayID}/appliances/{applianceID}/ev/configuration

  • api operation id ‘deleteGatewayApplianceEVConfiguration’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /gateways/{gatewayID}/appliances/{applianceID}/ev/configuration

  • api operation id ‘getGatewayApplianceEVConfiguration’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PATCH /gateways/{gatewayID}/appliances/{applianceID}/ev/configuration

  • api operation id ‘updateGatewayApplianceEVConfiguration’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

POST /gateways/{gatewayID}/appliances/{applianceID}/ev/configuration

  • api operation id ‘createGatewayApplianceEVConfiguration’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /gateways/{gatewayID}/appliances/{applianceID}/measurements

  • api operation id ‘getSystemCombinedMeasurements’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /gateways/{gatewayID}/appliances/{applianceID}/measurements/appliance

  • api operation id ‘getSystemRawMeasurements’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /gateways/{gatewayID}/appliances/{applianceID}/measurements/energymanagement

  • api operation id ‘getSystemEnergyManagementMeasurements’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /gateways/{gatewayID}/jobs

  • api operation id ‘listGatewayJobs’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

DELETE /gateways/{gatewayID}/jobs/{jobIDOrType}

  • api operation id ‘cancelGatewayJob’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /gateways/{gatewayID}/jobs/{jobIDOrType}

  • api operation id ‘getGatewayJob’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

POST /gateways/{gatewayID}/jobs/{jobIDOrType}

  • api operation id ‘createGatewayJob’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /gateways/{gatewayID}/scans

  • api operation id ‘listGatewayScans’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /policies

  • api operation id ‘listPolicyDocuments’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

POST /policies

  • api operation id ‘createPolicyDocument’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

DELETE /policies/{policyID}

  • api operation id ‘deletePolicyDocument’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /policies/{policyID}

  • api operation id ‘getPolicyDocument’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PATCH /policies/{policyID}

  • api operation id ‘updatePolicyDocument’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

POST /policies/{policyID}/groups

  • api operation id ‘assignPolicyDocumentToGroup’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

DELETE /policies/{policyID}/groups/{groupID}

  • api operation id ‘unassignPolicyDocumentFromGroup’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

DELETE /policies/{policyID}/statements/{statementID}

  • api operation id ‘unassignPolicyStatementFromDocument’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /product-functionalities

  • api operation id ‘listProductFunctionalities’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API
  • added the new optional ‘query’ request parameter ‘functionalityIDs’

GET /product-functionalities/{functionalityID}

  • api operation id ‘getProductFunctionality’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /systems

  • api operation id ‘listSystems’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

POST /systems

  • api operation id ‘createSystem’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

DELETE /systems/{systemID}

  • api operation id ‘deleteSystem’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /systems/{systemID}

  • api operation id ‘getSystem’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PATCH /systems/{systemID}

  • api operation id ‘updateSystem’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /systems/{systemID}/ev-profiles

  • api operation id ‘listSystemEVProfiles’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

POST /systems/{systemID}/ev-profiles

  • api operation id ‘createSystemEVProfile’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

DELETE /systems/{systemID}/ev-profiles/{evProfileID}

  • api operation id ‘deleteSystemEVProfile’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /systems/{systemID}/ev-profiles/{evProfileID}

  • api operation id ‘getSystemEVProfile’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PATCH /systems/{systemID}/ev-profiles/{evProfileID}

  • api operation id ‘updateSystemEVProfile’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /systems/{systemID}/evcharging-schedules

  • api operation id ‘listSystemEVChargingSchedules’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

POST /systems/{systemID}/evcharging-schedules

  • api operation id ‘createSystemEVChargingSchedule’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

POST /systems/{systemID}/gateways

  • api operation id ‘createSystemGateway’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

DELETE /systems/{systemID}/gateways/{gatewayID}/import-power-limit

  • api operation id ‘deleteSystemGatewayImportPowerLimit’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /systems/{systemID}/gateways/{gatewayID}/import-power-limit

  • api operation id ‘getSystemGatewayImportPowerLimit’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PUT /systems/{systemID}/gateways/{gatewayID}/import-power-limit

  • api operation id ‘setSystemGatewayImportPowerLimit’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /systems/{systemID}/historical

  • api operation id ‘getSystemHistoricalMeasurements’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /systems/{systemID}/live

  • api operation id ‘getSystemLiveMeasurements’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

DELETE /systems/{systemID}/power-limit-schedules/{scheduleID}

  • api operation id ‘deleteSystemPowerLimitSchedule’ was added

GET /systems/{systemID}/power-limit-schedules/{scheduleID}

  • api operation id ‘getSystemPowerLimitSchedule’ was added

PATCH /systems/{systemID}/power-limit-schedules/{scheduleID}

  • api operation id ‘updateSystemPowerLimitSchedule’ was added

GET /systems/{systemID}/tags

  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PATCH /systems/{systemID}/tags

  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PUT /systems/{systemID}/tags

  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

DELETE /systems/{systemID}/tags/{tagName}

  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PUT /systems/{systemID}/tags/{tagName}

  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /systems/{systemID}/tariff

  • api operation id ‘getSystemTariff’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PATCH /systems/{systemID}/tariff

  • api operation id ‘updateSystemTariff’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

POST /systems/{systemID}/tariff

  • api operation id ‘setSystemTariff’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /systems/{systemID}/tariff/prices

  • api operation id ‘listSystemTariffPrices’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

POST /systems/{systemID}/tariff/prices

  • api operation id ‘setSystemTariffPrices’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /systems/{systemID}/timeofuse/decisions

  • api operation id ‘getSystemTimeOfUseDecisions’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /systems/{systemID}/timeofuse/forecasts/meter

  • api operation id ‘listSystemTimeOfUseForecasts’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /systems/{systemID}/timeofuse/forecasts/meter/last-updated

  • api operation id ‘getSystemTimeOfUseForecastLastUpdated’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /systems/{systemID}/timeofuse/kpi

  • api operation id ‘listHistoricalSystemTimeOfUseKPIs’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /systems/{systemID}/timeofuse/readiness

  • api operation id ‘getSystemTimeOfUseReadiness’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /systems/{systemID}/timeofuse/settings

  • api operation id ‘getSystemTimeOfUseSettings’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PATCH /systems/{systemID}/timeofuse/settings

  • api operation id ‘updateSystemTimeOfUseSettings’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PUT /systems/{systemID}/timeofuse/settings

  • api operation id ‘setSystemTimeOfUseSettings’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /systems/{systemID}/timeofuse/status

  • :warning: added the new ‘BATTERY_UNCONTROLLABLE’ enum value to the ‘periods/items/warnings/items/’ response property for the response status ‘200’
  • :warning: added the new ‘MISSING_EV_SOC_ESTIMATION’ enum value to the ‘periods/items/warnings/items/’ response property for the response status ‘200’
  • api operation id ‘listHistoricalSystemTimeOfUseStatus’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /systems/{systemID}/timeofuse/status/current

  • :warning: added the new ‘BATTERY_UNCONTROLLABLE’ enum value to the ‘status/warnings/items/’ response property for the response status ‘200’
  • :warning: added the new ‘MISSING_EV_SOC_ESTIMATION’ enum value to the ‘status/warnings/items/’ response property for the response status ‘200’
  • api operation id ‘getSystemTimeOfUseCurrentStatus’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /user

  • api operation id ‘getAuthenticatedUser’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PATCH /user

  • api operation id ‘updateAuthenticatedUser’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /user/logins

  • api operation id ‘listAuthenticatedUserLogins’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /user/notifications

  • api operation id ‘listAuthenticatedUserNotifications’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /user/notifications/{notificationID}

  • api operation id ‘getAuthenticatedUserNotification’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PATCH /user/notifications/{notificationID}

  • api operation id ‘updateAuthenticatedUserNotification’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /user/policies

  • api operation id ‘listAuthenticatedUserPolicies’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /user/stars/accounts

  • api operation id ‘listStarredAccounts’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

DELETE /user/stars/accounts/{accountID}

  • api operation id ‘unstarAccount’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PUT /user/stars/accounts/{accountID}

  • api operation id ‘starAccount’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /user/stars/systems

  • api operation id ‘listStarredSystems’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

DELETE /user/stars/systems/{systemID}

  • api operation id ‘unstarSystem’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PUT /user/stars/systems/{systemID}

  • api operation id ‘starSystem’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /user/tokens

  • api operation id ‘listAuthenticatedUserTokens’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

POST /user/tokens

  • api operation id ‘createUserToken’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

DELETE /user/tokens/{tokenID}

  • api operation id ‘deleteUserToken’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

GET /user/tokens/{tokenID}

  • api operation id ‘getUserToken’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

PATCH /user/tokens/{tokenID}

  • api operation id ‘updateUserToken’ was added
  • the endpoint scheme security ‘HeaderAuth’ was added to the API
  • the endpoint scheme security ‘BearerAuth’ was removed from the API

(sha 42d097c9)