keystone/api-ref/source/v3-ext/federation/projects-domains/parameters.yaml
Samuel de Medeiros Queiroz 5d2fd076c3 Detail Fed Projects and Domains APIs in api-ref
Change-Id: Ifab067287e67ed9a5cb5dd806221d29d240f0241
2016-08-12 18:28:21 -03:00

36 lines
620 B
YAML

# variables in header
# variables in path
# variables in query
# variables in body
domains:
description: |
The list of domains the authenticated user may scope to
in: body
required: true
type: object
links_domains:
description: |
Link to the URI where the domain collection is located
in: body
required: true
type: object
links_projects:
description: |
Link to the URI where the project collection is located
in: body
required: true
type: object
projects:
description: |
The list of projects the authenticated user may scope to
in: body
required: true
type: object