@@ -72,23 +72,23 @@ class OcmCoreAPIServicer(object):
72
72
73
73
def CreateOCMCoreShare (self , request , context ):
74
74
"""Creates a new OCM share, in response to a call from remote to:
75
- https://cs3org.github.io/OCM-API/docs.html?branch=v1.1 .0&repo=OCM-API&user=cs3org#/paths/~1shares/post
75
+ https://cs3org.github.io/OCM-API/docs.html?branch=v1.2 .0&repo=OCM-API&user=cs3org#/paths/~1shares/post
76
76
"""
77
77
context .set_code (grpc .StatusCode .UNIMPLEMENTED )
78
78
context .set_details ('Method not implemented!' )
79
79
raise NotImplementedError ('Method not implemented!' )
80
80
81
81
def UpdateOCMCoreShare (self , request , context ):
82
82
"""Updates an OCM share, in response to a notification from the remote system to:
83
- https://cs3org.github.io/OCM-API/docs.html?branch=v1.1 .0&repo=OCM-API&user=cs3org#/paths/~1notifications/post
83
+ https://cs3org.github.io/OCM-API/docs.html?branch=v1.2 .0&repo=OCM-API&user=cs3org#/paths/~1notifications/post
84
84
"""
85
85
context .set_code (grpc .StatusCode .UNIMPLEMENTED )
86
86
context .set_details ('Method not implemented!' )
87
87
raise NotImplementedError ('Method not implemented!' )
88
88
89
89
def DeleteOCMCoreShare (self , request , context ):
90
90
"""Deletes an OCM share, in response to a notification from the remote system to:
91
- https://cs3org.github.io/OCM-API/docs.html?branch=v1.1 .0&repo=OCM-API&user=cs3org#/paths/~1notifications/post
91
+ https://cs3org.github.io/OCM-API/docs.html?branch=v1.2 .0&repo=OCM-API&user=cs3org#/paths/~1notifications/post
92
92
"""
93
93
context .set_code (grpc .StatusCode .UNIMPLEMENTED )
94
94
context .set_details ('Method not implemented!' )
0 commit comments