Revision da9bcceb astakosclient/docs/index.rst

b/astakosclient/docs/index.rst
139 139
        quotas of a specific user with argument user=UUID. In case of error it
140 140
        raises an AstakosClientException exception.
141 141

  
142
    **issue_commission(**\ request\ **)**
143
        Issue a commission. In case of success it returns commission's id
144
        (int). Otherwise it raises an AstakosClientException exception.
142
    **issue_commission_generic(**\ user_provisions, project_provisions, name="", force=False, auto_accept=False\ **)**
143
        Issue a commission. User provisions are specified as a dict from
144
        (user, project, resource) to int; project provisions as a dict from
145
        (project, resource) to int.
146
        In case of success return commission's id (int).
147
        Otherwise raise an AstakosClientException exception.
145 148

  
146 149
    **issue_one_commission(**\ holder, source, provisions, name="", force=False, auto_accept=False\ **)**
147 150
        Issue a commission. We have to specify the holder, the source and the

Also available in: Unified diff