Skip to content

Commit

Permalink
application.generateProvisioningKey: Switch to v2 endpoint
Browse files Browse the repository at this point in the history
Requires open-balena-api 34.1.0
Change-type: major
  • Loading branch information
myarmolinsky committed Jan 15, 2025
1 parent 79133ec commit 7c987e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ const getApplicationModel = function (
).id;
const { body } = await request.send({
method: 'POST',
url: '/api-key/v1/',
url: '/api-key/v2/',
baseUrl: apiUrl,
body: {
actorType: 'application',
Expand Down

0 comments on commit 7c987e7

Please sign in to comment.