@@ -72,23 +72,23 @@ class OcmCoreAPIServicer(object):
7272
7373 def CreateOCMCoreShare (self , request , context ):
7474 """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
7676 """
7777 context .set_code (grpc .StatusCode .UNIMPLEMENTED )
7878 context .set_details ('Method not implemented!' )
7979 raise NotImplementedError ('Method not implemented!' )
8080
8181 def UpdateOCMCoreShare (self , request , context ):
8282 """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
8484 """
8585 context .set_code (grpc .StatusCode .UNIMPLEMENTED )
8686 context .set_details ('Method not implemented!' )
8787 raise NotImplementedError ('Method not implemented!' )
8888
8989 def DeleteOCMCoreShare (self , request , context ):
9090 """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
9292 """
9393 context .set_code (grpc .StatusCode .UNIMPLEMENTED )
9494 context .set_details ('Method not implemented!' )
0 commit comments