Skip to content

Commit 2e0ca41

Browse files
authored
Update CF V3 API definition (#4458)
In all the example request sections the "curl" command contains explicit "-X" parameter In this endpoint it does not and it is kind of inconsistent with the rest of the documentation
1 parent 26bd377 commit 2e0ca41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/v3/source/includes/resources/routes/_list_shared_spaces.md.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Example Request
88

99
```shell
1010
curl "https://api.example.org/v3/routes/[guid]/relationships/shared_spaces" \
11+
-X GET \
1112
-H "Authorization: bearer [token]" \
1213
-H "Content-type: application/json"
1314
```

0 commit comments

Comments
 (0)