Skip to content

Commit 8662c53

Browse files
committed
Added description for one operation
1 parent 844baca commit 8662c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest-api-specs/property/blkasync.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"/externalSystems/{extSystemCode}/hotels/{hotelId}/blocks/allocationSummary/{requestId}": {
124124
"head": {
125125
"summary": "This API returns the status of asynchronous process scheduled for given id.",
126-
"description": " <p><strong>OperationId:</strong>getBlockAllocationSummaryProcessStatus</p>",
126+
"description": "Use this to check whether the summary of block allocation is ready yet. You can get value of summaryId from the header parameter Location, returned by the startBlockAllocationSummaryProcess operation. Once the process is completed, HEAD response returns status = COMPLETED and a header parameter Location with a summary ID for getBlockAllocationSummary API. <p><strong>OperationId:</strong>getBlockAllocationSummaryProcessStatus</p>",
127127
"operationId": "getBlockAllocationSummaryProcessStatus",
128128
"responses": {
129129
"200": {

0 commit comments

Comments
 (0)