Skip to content

Commit a6fe49e

Browse files
authored
Apply suggestion from @shwstppr
1 parent 578681d commit a6fe49e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/main/java/com/cloud/api/ApiServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ public class ApiServer extends ManagerBase implements HttpRequestHandler, ApiSer
355355
"true",
356356
"When enabled, APIs will not honour requests containing internal database IDs. "
357357
+ "Only UUIDs will be accepted as entity identifiers. "
358-
+ "By default, internal IDs are still accepted for backward compatibility with pre-3.x APIs.",
358+
+ "By default, internal IDs are not accepted even for pre-3.x APIs.",
359359
true,
360360
ConfigKey.Scope.Global
361361
);

0 commit comments

Comments
 (0)