Skip to content

Commit 83326e4

Browse files
committed
fix get metadata URL
1 parent 86dc53d commit 83326e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

specification/DigitalOcean-public.v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ paths:
622622
get:
623623
$ref: "resources/addons/addons_get_app.yml"
624624

625-
/v2/add-ons/saas/apps/{app_slug}/metadata:
625+
/v2/add-ons/apps/{app_slug}/metadata:
626626
get:
627627
$ref: "resources/addons/addons_get_app_metadata.yml"
628628

specification/resources/addons/addons_create.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ summary: Create/Provision a New Add-on Resource
55
description: |
66
To create an add-on resource, send a POST request to `/v2/add-ons/saas` with required parameters.
77
Some add-ons require additional metadata to be provided in the request body. To find out
8-
what metadata is required for a specific add-on, send a GET request to `/v2/add-ons/saas/apps/{app_slug}/metadata`.
8+
what metadata is required for a specific add-on, send a GET request to `/v2/add-ons/apps/{app_slug}/metadata`.
99
1010
tags:
1111
- Add-Ons

specification/resources/addons/models/addons_resource_new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ properties:
2424
type: array
2525
items:
2626
$ref: addons_resource_metadata.yml
27-
description: Metadata associated with the resource, set by the user. Metadata expected varies per app, and can be verified with a GET request to "/v2/add-ons/saas/apps/{app_slug}/metadata"
27+
description: Metadata associated with the resource, set by the user. Metadata expected varies per app, and can be verified with a GET request to "/v2/add-ons/apps/{app_slug}/metadata"
2828

2929
linked_droplet_id:
3030
title: linked_droplet_id

0 commit comments

Comments
 (0)