We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bbb85f commit f0520f5Copy full SHA for f0520f5
packages/clients/src/api/mnq/v1beta1/api.gen.ts
@@ -259,6 +259,7 @@ export class NatsAPI extends ParentAPI {
259
'page_size',
260
request.pageSize ?? this.client.settings.defaultPageSize,
261
],
262
+ ['project_id', request.projectId],
263
),
264
},
265
unmarshalListNatsCredentialsResponse,
packages/clients/src/api/mnq/v1beta1/types.gen.ts
@@ -278,6 +278,8 @@ export type NatsApiListNatsCredentialsRequest = {
278
* config.
279
*/
280
region?: Region
281
+ /** Include only NATS accounts in this Project. */
282
+ projectId?: string
283
/** Include only credentials for this NATS account. */
284
natsAccountId?: string
285
/** Page number to return. */
0 commit comments