Skip to content

Commit 99a9105

Browse files
committed
fix schema for CreateConnectionRequest interface
1 parent 192e664 commit 99a9105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/lib/agent-identity-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ export interface CreateConnectionRequest {
5454
connectionType: string;
5555
authorizationServer: {
5656
orn: string;
57-
resourceIndicator: string;
5857
};
58+
resourceIndicator: string;
5959
scopeCondition: string;
6060
scopes: string[];
6161
}

0 commit comments

Comments
 (0)