Change type of X-Openstack-Request-Id

This patch changes type of 'X-Openstack-Request-Id' attribute from
UUID to string to uniform with all ID attributes.

Change-Id: I444a0f5e7cef77fa68bc869cb0ad003cf749679b
This commit is contained in:
Nguyen Phuong An 2016-08-29 14:38:27 +07:00
parent 34efc4397c
commit b22cd9d2d3
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ location:
URI that can be checked to track resource status changes.
request_id:
type: UUID
type: string
in: header
required: true
description: |