Skip to content

Commit 4fa4367

Browse files
feat(api): api update
1 parent 6f796af commit 4fa4367

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 139
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb/orb-8b0ad117378120e92c83db4289345b202e96ee8cdd187e25eadd49f8220fd2c2.yml
3-
openapi_spec_hash: c54dfea4283acbda4f01e8da6ac0e651
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/orb/orb-2d39efd20f8184172496270fb54e1c8ef0ef01a9e3fc88ac971dc6470c8f2db7.yml
3+
openapi_spec_hash: 812c2e5e36b9c992e3e2d986a8b31b0f
44
config_hash: c01c1191b1cd696c7ca855ff6d28a8df

lib/orb/resources/metrics.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,8 @@ def update(metric_id, params = {})
7373
# Some parameter documentations has been truncated, see
7474
# {Orb::Models::MetricListParams} for more details.
7575
#
76-
# This endpoint is used to fetch [metric](/core-concepts##metric) details given a
77-
# metric identifier. It returns information about the metrics including its name,
78-
# description, and item.
76+
# This endpoint is used to list [metrics](/core-concepts#metric). It returns
77+
# information about the metrics including its name, description, and item.
7978
#
8079
# @overload list(created_at_gt: nil, created_at_gte: nil, created_at_lt: nil, created_at_lte: nil, cursor: nil, limit: nil, request_options: {})
8180
#
@@ -114,8 +113,9 @@ def list(params = {})
114113
)
115114
end
116115

117-
# This endpoint is used to list [metrics](/core-concepts#metric). It returns
118-
# information about the metrics including its name, description, and item.
116+
# This endpoint is used to fetch [metric](/core-concepts#metric) details given a
117+
# metric identifier. It returns information about the metrics including its name,
118+
# description, and item.
119119
#
120120
# @overload fetch(metric_id, request_options: {})
121121
#

rbi/orb/resources/metrics.rbi

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ module Orb
5656
)
5757
end
5858

59-
# This endpoint is used to fetch [metric](/core-concepts##metric) details given a
60-
# metric identifier. It returns information about the metrics including its name,
61-
# description, and item.
59+
# This endpoint is used to list [metrics](/core-concepts#metric). It returns
60+
# information about the metrics including its name, description, and item.
6261
sig do
6362
params(
6463
created_at_gt: T.nilable(Time),
@@ -84,8 +83,9 @@ module Orb
8483
)
8584
end
8685

87-
# This endpoint is used to list [metrics](/core-concepts#metric). It returns
88-
# information about the metrics including its name, description, and item.
86+
# This endpoint is used to fetch [metric](/core-concepts#metric) details given a
87+
# metric identifier. It returns information about the metrics including its name,
88+
# description, and item.
8989
sig do
9090
params(
9191
metric_id: String,

0 commit comments

Comments
 (0)