From b22cd9d2d3e9d062409ca570533fd6cef3592e23 Mon Sep 17 00:00:00 2001 From: Nguyen Phuong An Date: Mon, 29 Aug 2016 14:38:27 +0700 Subject: [PATCH] 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 --- api-ref/source/v1/parameters.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/source/v1/parameters.yaml b/api-ref/source/v1/parameters.yaml index 2adb90a63e..6fce60bb5e 100644 --- a/api-ref/source/v1/parameters.yaml +++ b/api-ref/source/v1/parameters.yaml @@ -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: |