Skip to content

Commit

Permalink
wip, to rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Nelson <[email protected]>
  • Loading branch information
markxnelson committed Jul 9, 2024
1 parent 9482eff commit 116e65d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ResponseEntity<?> createAutonomousDatabase(
) {
CreateAutonomousDatabaseResponse response = autonomousDatabase.createAutonomousDatabase(
databaseName, compartmentId, adminPassword, dataStorageSizeInGBs, computeCount);
return ResponseEntity.accepted().body("database id : " + response.getAutonomousDatabase().getAutonomousContainerDatabaseId());
return ResponseEntity.accepted().body("opcRequestId : " + response.getOpcRequestId());
}

@GetMapping
Expand Down

0 comments on commit 116e65d

Please sign in to comment.