示例#1
0
 def anno_insert(self, request):
     """
     Exposes an API endpoint to insert an anno for the current user.
     """
     entity = Anno.put_from_message(request)
     return entity.to_response_message()