Comment 2 for bug 1478527

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to api-site (master)

Reviewed: https://review.openstack.org/207933
Committed: https://git.openstack.org/cgit/openstack/api-site/commit/?id=d6983c8f3cf125e9e59b7c0238010226ea75083b
Submitter: Jenkins
Branch: master

commit d6983c8f3cf125e9e59b7c0238010226ea75083b
Author: Kouichi Katano <email address hidden>
Date: Fri Jul 31 23:41:54 2015 +0900

    Add a token to a request parameter of API managing groups

    Add a description of a token parameter to :
    - all API of managing groups except for "GET /v3/groups"
    - all API of managing domains except for "POST /v3/domains"
    - all API of managing credentials except for "GET /v3/credentials".
    - "GET /v3/roles" and "GET /v3/role_assignments".

    For details, please see http://developer.openstack.org/api-ref-identity-v3.html#groups-v3.

    Change-Id: Ib6f4d2237962207cecc55fa8daea626b8ff80199
    Closes-Bug: #1478527