mirror of
https://github.com/LukeHagar/dub-node.git
synced 2025-12-06 04:19:37 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.279.0 (#95)
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
This commit is contained in:
committed by
GitHub
parent
20aa5eb3d0
commit
9e50ee43ce
@@ -6,7 +6,7 @@
|
||||
* [list](#list) - Retrieve a list of domains
|
||||
* [add](#add) - Add a domain
|
||||
* [delete](#delete) - Delete a domain
|
||||
* [update](#update) - Edit a domain
|
||||
* [update](#update) - Update a domain
|
||||
* [setPrimary](#setprimary) - Set a domain as primary
|
||||
* [transfer](#transfer) - Transfer a domain
|
||||
|
||||
@@ -169,7 +169,7 @@ run();
|
||||
|
||||
## update
|
||||
|
||||
Edit a domain for the authenticated workspace.
|
||||
Update a domain for the authenticated workspace.
|
||||
|
||||
### Example Usage
|
||||
|
||||
@@ -199,7 +199,7 @@ run();
|
||||
| Parameter | Type | Required | Description | Example |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `slug` | *string* | :heavy_check_mark: | The domain name. | [object Object] |
|
||||
| `requestBody` | [operations.EditDomainRequestBody](../../models/operations/editdomainrequestbody.md) | :heavy_minus_sign: | N/A | |
|
||||
| `requestBody` | [operations.UpdateDomainRequestBody](../../models/operations/updatedomainrequestbody.md) | :heavy_minus_sign: | N/A | |
|
||||
| `options` | RequestOptions | :heavy_minus_sign: | Used to set various options for making HTTP requests. | |
|
||||
| `options.fetchOptions` | [RequestInit](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request#options) | :heavy_minus_sign: | Options that are passed to the underlying HTTP request. This can be used to inject extra headers for examples. All `Request` options, except `method` and `body`, are allowed. | |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user