We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40efe3d commit c632184Copy full SHA for c632184
packages/openapi-typescript/examples/digital-ocean-api.ts
@@ -9565,10 +9565,10 @@ export interface components {
9565
/** @description Specifies the action that will be taken on the Droplet. */
9566
droplet_action: {
9567
/**
9568
- * @description discriminator enum property added by openapi-typescript
+ * @description The type of action to initiate for the Droplet. (enum property replaced by openapi-typescript)
9569
* @enum {string}
9570
*/
9571
- type: "enable_ipv6";
+ type: "enable_backups" | "disable_backups" | "power_cycle" | "shutdown" | "power_off" | "power_on" | "enable_ipv6";
9572
};
9573
droplet_action_restore: components["schemas"]["droplet_action"] & {
9574
0 commit comments