At some point the Skytap API changed and the Projects resource is now an all-lowercase, case sensitive endpoint. Attempts to access https://cloud.skytap.com/Projects results
|
$uri = "$url/Projects/$projectId" |
Any other instances of this should also be corrected.
Projects should be replaced with projects in each occurrence in a URL