Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

Deny Spend Limit Increase Request changed

api/beta/organization/spend_limits/increase_requests/deny

Nearest release: v2.1.277, published 4 hours before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+116added
Lines−44removed
From line 124 where the diff opens
First seen 10 Sep 2026 this site's first read of the page
Recorded edits4to this page, all time

The whole hunk

from line 124, old and new numbered
/
lines
from line 124
124124 
125125 Per-member effective-limit report row (`GET /spend_limits/effective`).
126126 
127 - `actor: object`
127 - `actor: UserActor or ScopedAPIKeyActor`
128128 
129 A user within the organization. `name` and `email_address` are
130 null when the underlying account is unavailable or has been deleted;
131 `deleted` is true only for deleted accounts.
129 - `UserActor object`
132130 
133 - `type: "user_actor"`
131 A user within the organization. `name` and `email_address` are
132 null when the underlying account is unavailable or has been deleted;
133 `deleted` is true only for deleted accounts.
134134 
135 Actor type. Always `user_actor`.
135 - `type: "user_actor"`
136136 
137 default: user_actor
137 Actor type. Always `user_actor`.
138138 
139 - `deleted: boolean`
139 default: user_actor
140140 
141 True only when the underlying account has been deleted.
141 - `deleted: boolean`
142142 
143 default: false
143 True only when the underlying account has been deleted.
144144 
145 - `email_address: string or null`
145 default: false
146146 
147 The user's email address. Null when the account is unavailable or has been deleted.
147 - `email_address: string or null`
148148 
149 - `name: string or null`
149 The user's email address. Null when the account is unavailable or has been deleted.
150150 
151 The user's current display name. Null when the account is unavailable, has been deleted, or has no name set.
151 - `name: string or null`
152152 
153 - `user_id: string`
153 The user's current display name. Null when the account is unavailable, has been deleted, or has no name set.
154154 
155 Tagged ID of the user.
155 - `user_id: string`
156156 
157 Tagged ID of the user.
158 
159 - `ScopedAPIKeyActor object`
160 
161 A scoped Admin API key acting on behalf of the organization.
162 
163 - `type: "scoped_api_key_actor"`
164 
165 default: scoped_api_key_actor
166 
167 - `scoped_api_key_id: string`
168 
157169 - `amount: string or null`
158170 
159171 Effective limit amount as a non-negative integer decimal string in the minor unit of `currency` (cents for USD). `null` means no limit applies for this row's `period` — each period resolves independently, so another period may still cap this member.
from line 188
176188 
177189 The member's spend so far in the current period, as a non-negative decimal string in the minor unit of `currency` (cents for USD). May carry fractional minor units up to three decimal places (e.g. `"12050.5"`) — metered usage is not rounded to whole cents. Reads as `"0"` when the spend reading is temporarily unavailable.
178190 
179 - `scope: object`
191 - `scope: User or SeatTier or RBACGroup or 3 more`
180192 
181 Scope selecting a single member of the organization.
193 - `User object`
182194 
183 - `type: "user"`
195 Scope selecting a single member of the organization.
184196 
185 Scope type. Always `user` for this scope.
197 - `type: "user"`
186198 
187 default: user
199 Scope type. Always `user` for this scope.
188200 
189 - `user_id: string`
201 default: user
190202 
191 Tagged ID of the member the spend limit applies to.
203 - `user_id: string`
192204 
193 - `source: User or SeatTier or RBACGroup or 2 more`
205 Tagged ID of the member the spend limit applies to.
194206 
207 - `SeatTier object`
208 
209 - `type: "seat_tier"`
210 
211 default: seat_tier
212 
213 - `seat_tier: string`
214 
215 - `RBACGroup object`
216 
217 - `type: "rbac_group"`
218 
219 default: rbac_group
220 
221 - `rbac_group_id: string`
222 
223 - `OrganizationService object`
224 
225 - `type: "organization_service"`
226 
227 default: organization_service
228 
229 - `service: string`
230 
231 - `Organization object`
232 
233 - `type: "organization"`
234 
235 default: organization
236 
237 - `Workspace object`
238 
239 Scope selecting one workspace of a Claude Console organization.
240 
241 - `type: "workspace"`
242 
243 Scope type. Always `workspace` for this scope.
244 
245 default: workspace
246 
247 - `workspace_id: string`
248 
249 Tagged ID of the workspace the spend limit applies to.
250 
251 - `source: User or SeatTier or RBACGroup or 3 more`
252 
195253 - `User object`
196254 
197255 Scope selecting a single member of the organization.
from line 293
235293 - `type: "organization"`
236294 
237295 default: organization
296 
297 - `Workspace object`
298 
299 Scope selecting one workspace of a Claude Console organization.
300 
301 - `type: "workspace"`
302 
303 Scope type. Always `workspace` for this scope.
304 
305 default: workspace
306 
307 - `workspace_id: string`
308 
309 Tagged ID of the workspace the spend limit applies to.
238310 
239311 - `spend_limit_id: string`
240312