Skip to content

Commit 962d629

Browse files
committed
fix: resolve sort format
1 parent ed2e077 commit 962d629

3 files changed

Lines changed: 214 additions & 214 deletions

File tree

api/spec/packages/aip/src/billing/operations.tsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ interface BillingProfilesOperations {
3939
*
4040
* - `id`
4141
* - `name`
42-
* - `created_at` (default)
43-
* - `updated_at`
42+
* - `createdAt` (default)
43+
* - `updatedAt`
4444
*
4545
* The `asc` suffix is optional as the default sort order is ascending. The `desc`
4646
* suffix is used to specify a descending order.

0 commit comments

Comments
 (0)