keystone/api-ref/source/v2-ext/parameters.yaml
Lance Bragstad 0286c3a92a Remove v2.0 identity API documentation
Since we removed the v2.0 identity API:

  Icfd519f527de0e3945a858ce7f87ddadef766faa

We can remove these documents since the no longer apply.

bp removed-as-of-queens

Change-Id: I645367ecdcd62d6b55b182c0550ef351fedf06d8
2017-10-06 15:29:36 +00:00

151 lines
2.3 KiB
YAML

# variables in header
Location:
format: uri
in: header
required: false
type: string
# variables in path
credential_type:
description: |
The credential type.
in: path
required: true
type: string
role_id_path:
description: |
The role ID.
in: path
required: true
type: string
role_name_path:
description: |
The role name.
in: path
required: true
type: string
service_id_path:
description: |
The service ID.
in: path
required: true
type: string
service_name_path:
description: |
The service name.
in: path
required: true
type: string
tenant_id_path:
description: |
The tenant ID.
in: path
required: true
type: string
user_id_path:
description: |
The user ID.
in: path
required: true
type: string
# variables in query
# variables in body
role_description:
description: |
The role description.
in: body
required: true
type: string
role_id:
description: |
The role ID.
in: body
required: true
type: integer
role_links:
description: |
Role links.
in: body
required: true
type: object
role_name:
description: |
The role name.
in: body
required: true
type: string
roles:
description: |
A ``roles`` object.
in: body
required: true
type: string
service_description:
description: |
Description about the service.
in: body
required: true
type: string
service_id:
description: |
The ID of the service.
in: body
required: true
type: string
service_name:
description: |
The service name.
in: body
required: true
type: string
service_type:
description: |
The type of the service.
in: body
required: true
type: string
tenant:
description: |
The tenant object.
in: body
required: true
type: object
user:
description: |
The ``user`` object.
in: body
required: true
type: string
user_email:
description: |
The user email.
in: body
required: true
type: string
user_name:
description: |
The user in-real-life name.
in: body
required: true
type: string
user_new_password:
description: |
User's new password
in: body
required: true
type: string
user_original_password:
description: |
User's old password
in: body
required: true
type: string
users:
description: |
The ``users`` object.
in: body
required: true
type: array