We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c355a commit f2c9450Copy full SHA for f2c9450
src/api/api_request_options.ts
@@ -7,7 +7,5 @@ export interface ApiRequestOptions {
7
/** Token to access the API. */
8
token : string,
9
/** Zone ID to get records from. */
10
- zoneId : string,
11
- /** Record ID to update a record. */
12
- recordId? : string
+ zoneId : string
13
}
0 commit comments