In the C8y API the method “Update a specific new device request status” (Cumulocity - OpenAPI) takes a security token as parameter. In the javascript SDK, the same function does not include security token (DeviceRegistrationService | Cumulocity Web SDK - v1021.13.3). Is there a hidden way to include this parameter? Will future version of the SDK include it?
you can provide the security token already now to the accept and bootstrap methods, it was just missed to document it:
accept({ id: '1234', securityToken: '<secretToken>' })
Regards,
Tristan
2 Likes
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.