keystone/api-ref/source/v3-ext/federation/projects-domains/parameters.yaml
zlyqqq b05d9976ba Reorganize api-ref: v3-ext federation projects-domains
Change-Id: Ie8e520dbc845f6e77195a59848a43483e8c855f1
2017-12-29 15:14:54 +00:00

36 lines
618 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: array
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: array