Skip to content

Commit 578681d

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

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
@@ -352,7 +352,7 @@ public class ApiServer extends ManagerBase implements HttpRequestHandler, ApiSer
352352
ConfigKey.CATEGORY_ADVANCED,
353353
Boolean.class,
354354
"api.disallow.internal.ids",
355-
"false",
355+
"true",
356356
"When enabled, APIs will not honour requests containing internal database IDs. "
357357
+ "Only UUIDs will be accepted as entity identifiers. "
358358
+ "By default, internal IDs are still accepted for backward compatibility with pre-3.x APIs.",

0 commit comments

Comments
 (0)