X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Faccess-management.git;a=blobdiff_plain;f=src%2Faccess_management%2Frest-plugin%2Fam_api_base.py;h=f0dd7db262783993d5cd079683015c7af8c7a61d;hp=b1b01d0ff1ffe3c62f9ef18a7600cf94c5fbd4d9;hb=34040e04398054a8ab335e3b8ff5dae7ddcd3472;hpb=00908831d5c344f391511958c44cac80c847323a diff --git a/src/access_management/rest-plugin/am_api_base.py b/src/access_management/rest-plugin/am_api_base.py index b1b01d0..f0dd7db 100644 --- a/src/access_management/rest-plugin/am_api_base.py +++ b/src/access_management/rest-plugin/am_api_base.py @@ -76,7 +76,7 @@ class AMApiBase(RestResource): @staticmethod def embed_data(data, code=0, desc=""): """ - Embeds the data into the NCIR Restfulframework preferred format. + Embeds the data into the YARF preferred format. :param data: The data to encapsulate, it should be a dictionary :param code: The error code, it should be 0 on success. (Default: 0) :param desc: The description of the error, if no error happened it can be an empty string.