Skip to content

Commit f2c9450

Browse files
committed
Update api_request_options.ts
1 parent 30c355a commit f2c9450

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/api/api_request_options.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,5 @@ export interface ApiRequestOptions {
77
/** Token to access the API. */
88
token : string,
99
/** Zone ID to get records from. */
10-
zoneId : string,
11-
/** Record ID to update a record. */
12-
recordId? : string
10+
zoneId : string
1311
}

0 commit comments

Comments
 (0)