Skip to content

Commit e5cff2d

Browse files
committed
Update api_request_options.ts
1 parent 9dd1728 commit e5cff2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/api/api_request_options.ts

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

0 commit comments

Comments
 (0)