You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: addon_service/authorized_account/citation/views.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,9 @@
11
11
12
12
@extend_schema_view(
13
13
create=extend_schema(
14
-
description='Create new authorized citation account for given external citation service.\n For OAuth services it\'s required to create account with `"initiate_oauth"=true` in order to proceed with OAuth flow'
14
+
description="Create new authorized citation account for given external citation service. "
15
+
'For OAuth services it\'s required to create account with `"initiate_oauth"=true` '
Copy file name to clipboardExpand all lines: addon_service/authorized_account/computing/views.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,9 @@
11
11
12
12
@extend_schema_view(
13
13
create=extend_schema(
14
-
description='Create new authorized computing account for given external computing service.\n For OAuth services it\'s required to create account with `"initiate_oauth"=true` in order to proceed with OAuth flow'
14
+
description="Create new authorized computing account for given external computing service.\n "
15
+
'For OAuth services it\'s required to create account with `"initiate_oauth"=true` '
Copy file name to clipboardExpand all lines: addon_service/authorized_account/link/views.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,9 @@
11
11
12
12
@extend_schema_view(
13
13
create=extend_schema(
14
-
description='Create new authorized link account for given external link service.\n For OAuth services it\'s required to create account with `"initiate_oauth"=true` in order to proceed with OAuth flow'
14
+
description="Create new authorized link account for given external link service.\n "
15
+
'For OAuth services it\'s required to create account with `"initiate_oauth"=true` '
Copy file name to clipboardExpand all lines: addon_service/authorized_account/storage/views.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,9 @@
15
15
16
16
@extend_schema_view(
17
17
create=extend_schema(
18
-
description='Create new authorized storage account for given external storage service.\n For OAuth services it\'s required to create account with `"initiate_oauth"=true` in order to proceed with OAuth flow'
18
+
description="Create new authorized storage account for given external storage service."
19
+
'\n For OAuth services it\'s required to create account with `"initiate_oauth"=true` '
0 commit comments