Skip to content

Commit

Permalink
Adjust Request comment for v7
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
myarmolinsky committed Sep 17, 2024
1 parent a87bab8 commit 2985b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/release/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ const MAX_CONCURRENT_REQUESTS = 5;
export interface Request {
/**
* An instance of PineJS, appropriately authenticated and configured for the
* API server to use. The compatible API versions are v5 and v6, so make sure to
* API server to use. The only compatible API version is v7, so make sure to
* configure `apiPrefix` appropriately.
*
* ```
* import Pine from 'pinejs-client-fetch';
* const client = new Pine({
* apiPrefix: 'https://api.balena-cloud.com/v6',
* apiPrefix: 'https://api.balena-cloud.com/v7',
* passthrough: {
* headers: {
* Authorization: `Bearer ${authToken}`,
Expand Down

0 comments on commit 2985b9d

Please sign in to comment.