|
49 | 49 | parameters:
|
50 | 50 | - $ref: '#/components/parameters/APIVersion'
|
51 | 51 | - $ref: '#/components/parameters/OriginatingIdentity'
|
| 52 | + - $ref: '#/components/parameters/InfoLocation' |
52 | 53 | - name: instance_id
|
53 | 54 | in: path
|
54 | 55 | description: instance id of instance to provision
|
@@ -112,6 +113,7 @@ paths:
|
112 | 113 | parameters:
|
113 | 114 | - $ref: '#/components/parameters/APIVersion'
|
114 | 115 | - $ref: '#/components/parameters/OriginatingIdentity'
|
| 116 | + - $ref: '#/components/parameters/InfoLocation' |
115 | 117 | - name: instance_id
|
116 | 118 | in: path
|
117 | 119 | description: instance id of instance to update
|
@@ -163,6 +165,7 @@ paths:
|
163 | 165 | parameters:
|
164 | 166 | - $ref: '#/components/parameters/APIVersion'
|
165 | 167 | - $ref: '#/components/parameters/OriginatingIdentity'
|
| 168 | + - $ref: '#/components/parameters/InfoLocation' |
166 | 169 | - name: instance_id
|
167 | 170 | in: path
|
168 | 171 | description: id of instance being deleted
|
@@ -225,6 +228,7 @@ paths:
|
225 | 228 | parameters:
|
226 | 229 | - $ref: '#/components/parameters/APIVersion'
|
227 | 230 | - $ref: '#/components/parameters/OriginatingIdentity'
|
| 231 | + - $ref: '#/components/parameters/InfoLocation' |
228 | 232 | - name: instance_id
|
229 | 233 | in: path
|
230 | 234 | description: instance id of instance to fetch
|
@@ -370,6 +374,7 @@ paths:
|
370 | 374 | parameters:
|
371 | 375 | - $ref: '#/components/parameters/APIVersion'
|
372 | 376 | - $ref: '#/components/parameters/OriginatingIdentity'
|
| 377 | + - $ref: '#/components/parameters/InfoLocation' |
373 | 378 | - name: instance_id
|
374 | 379 | in: path
|
375 | 380 | description: instance id of instance to create a binding on
|
@@ -439,6 +444,7 @@ paths:
|
439 | 444 | parameters:
|
440 | 445 | - $ref: '#/components/parameters/APIVersion'
|
441 | 446 | - $ref: '#/components/parameters/OriginatingIdentity'
|
| 447 | + - $ref: '#/components/parameters/InfoLocation' |
442 | 448 | - name: instance_id
|
443 | 449 | in: path
|
444 | 450 | description: id of the instance associated with the binding being deleted
|
@@ -501,6 +507,7 @@ paths:
|
501 | 507 | parameters:
|
502 | 508 | - $ref: '#/components/parameters/APIVersion'
|
503 | 509 | - $ref: '#/components/parameters/OriginatingIdentity'
|
| 510 | + - $ref: '#/components/parameters/InfoLocation' |
504 | 511 | - name: instance_id
|
505 | 512 | in: path
|
506 | 513 | description: instance id of instance associated with the binding
|
@@ -545,6 +552,13 @@ components:
|
545 | 552 | schema:
|
546 | 553 | type: string
|
547 | 554 |
|
| 555 | + InfoLocation: |
| 556 | + name: X-Api-Info-Location |
| 557 | + in: header |
| 558 | + description: endpoint for fetching additional information about the Platform |
| 559 | + schema: |
| 560 | + type: string |
| 561 | + |
548 | 562 | schemas:
|
549 | 563 | Catalog:
|
550 | 564 | type: object
|
|
0 commit comments