Skip to content

Commit 5609400

Browse files
mitchell-merrymmerry-atlassian
authored andcommitted
Update examples
1 parent a9cb57e commit 5609400

File tree

5 files changed

+2576
-2576
lines changed

5 files changed

+2576
-2576
lines changed

examples/digital-ocean-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8041,6 +8041,7 @@ export interface external {
80418041
* `/v2/images/$IDENTIFIER`.
80428042
*/
80438043
parameters: {
8044+
path: {
80448045
/**
80458046
* @description A unique number (id) or string (slug) used to identify and reference a
80468047
* specific image.
@@ -8049,7 +8050,6 @@ export interface external {
80498050
*
80508051
* **Private** images *must* be identified by image `id`.
80518052
*/
8052-
path: {
80538053
image_id: number | string;
80548054
};
80558055
};

0 commit comments

Comments
 (0)