Skip to content

Commit

Permalink
feat(api): OpenAPI spec update via Stainless API (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jun 11, 2024
1 parent 90a2714 commit 15f8c12
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 48
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/metronome%2Fmetronome-891b3ab6b076a90b8d7d1a0b65f801cb828c4804ab2dcd98dfaee0350b7921f8.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/metronome%2Fmetronome-f24b86d18e386a80d5ed24f6c9eaaca3b64e71e69a3c1a22e7fb28e3cd944069.yml
6 changes: 3 additions & 3 deletions src/resources/billable-metrics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export class BillableMetrics extends APIResource {
}

/**
* Get a billable metric
* Get a billable metric.
*/
retrieve(
billableMetricId: string,
Expand All @@ -29,7 +29,7 @@ export class BillableMetrics extends APIResource {
}

/**
* List all billable metrics.
* Get all billable metrics for a given customer.
*/
list(
customerId: string,
Expand All @@ -56,7 +56,7 @@ export class BillableMetrics extends APIResource {
}

/**
* Archive an existing billable metric
* Archive an existing billable metric.
*/
archive(
body: BillableMetricArchiveParams,
Expand Down
2 changes: 1 addition & 1 deletion src/resources/customers/customers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class Customers extends APIResource {
}

/**
* List all billable metrics.
* Get all billable metrics for a given customer.
*/
listBillableMetrics(
customerId: string,
Expand Down

0 comments on commit 15f8c12

Please sign in to comment.