API structure has changed
2 structure changes including:
2 Modifications
Modified
2
Breaking
DELETE /ssh-key/{*name}
- Path went from
/ssh-key/{name}to/ssh-key/{*name}(same operationId) - Path
-
*name path parameter Modified
-
Name went from
nameto*nameBreaking
-
Name went from
GET /ssh-key/{*name}
- Path went from
/ssh-key/{name}to/ssh-key/{*name}(same operationId) - Path
-
*name path parameter Modified
-
Name went from
nameto*nameBreaking
-
Name went from