Skip to content

Commit d4c5cca

Browse files
[8.5] Use TaskId for DeleteByQueryRethrottleRequest path parameter
Co-authored-by: Steve Gordon <[email protected]>
1 parent 64754bc commit d4c5cca

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

output/schema/schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/_global/delete_by_query_rethrottle/DeleteByQueryRethrottleRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
import { RequestBase } from '@_types/Base'
21-
import { Id } from '@_types/common'
21+
import { TaskId } from '@_types/common'
2222
import { float } from '@_types/Numeric'
2323

2424
/**
@@ -28,7 +28,7 @@ import { float } from '@_types/Numeric'
2828
*/
2929
export interface Request extends RequestBase {
3030
path_parts: {
31-
task_id: Id
31+
task_id: TaskId
3232
}
3333
query_parameters: {
3434
requests_per_second?: float

0 commit comments

Comments
 (0)