Merge "Add description of domain_id in creating user/group"

This commit is contained in:
Zuul 2017-12-06 15:01:09 +00:00 committed by Gerrit Code Review
commit 90d739b52b
1 changed files with 8 additions and 2 deletions

View File

@ -889,7 +889,10 @@ group_domain_id:
type: string
group_domain_id_request_body:
description: |
The ID of the domain of the group.
The ID of the domain of the group. If the domain ID is not
provided in the request, the Identity service will attempt to
pull the domain ID from the token used in the request. Note that
this requires the use of a domain-scoped token.
in: body
required: false
type: string
@ -1473,7 +1476,10 @@ user_domain_id:
type: string
user_domain_id_request_body:
description: |
The ID of the domain for the user.
The ID of the domain of the user. If the domain ID is not
provided in the request, the Identity service will attempt to
pull the domain ID from the token used in the request. Note that
this requires the use of a domain-scoped token.
in: body
required: false
type: string