Skip to content

Commit e80f40d

Browse files
committed
Addressed comment
1 parent 5f6fa01 commit e80f40d

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

cs3/sharing/ocm/v1beta1/resources.proto

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -411,10 +411,7 @@ message WebappAccessMethod {
411411
// REQUIRED.
412412
// The requirements for the share.
413413
repeated string requirements = 2;
414-
// REQUIRED.
415-
// The targets that can be used to display the remote app.
416-
repeated string targets = 3;
417414
// OPTIONAL.
418-
// A descriptive name of the remote app in the user interface.
419-
string app_name = 4;
415+
// A descriptive name of the app in the remote user interface.
416+
string app_name = 3;
420417
}

0 commit comments

Comments
 (0)