@@ -340,7 +340,7 @@ paths:
340340 summary : Process search
341341 operationId : Search process
342342 description : |-
343- This API search the bulk job approval of the content.
343+ This API searches for the bulk job approval of the content.
344344 - The **_process/search_** endpoint search the bulk job approve of the content.
345345 - All fields marked with an * are mandatory
346346 - Required fields cannot be null or empty
@@ -787,7 +787,7 @@ components:
787787 $ref : " #/components/schemas/OverallStats"
788788 createdby :
789789 type : string
790- description : this represents the unique id of the user/creater
790+ description : this represents the unique id of the user/creator
791791 createdon :
792792 type : string
793793 description : this represents the date on which it is created
@@ -1140,6 +1140,7 @@ components:
11401140 $ref : " #/components/schemas/Params"
11411141 responseCode :
11421142 type : string
1143+ description : Represents the api response code
11431144 result :
11441145 $ref : " #/components/schemas/Process-update-response-result"
11451146 example :
@@ -1286,6 +1287,7 @@ components:
12861287 $ref : " #/components/schemas/Params"
12871288 responseCode :
12881289 type : string
1290+ description : Represents the api response code
12891291 result :
12901292 $ref : " #/components/schemas/createProcessResponse"
12911293 example :
@@ -1404,6 +1406,7 @@ components:
14041406 $ref : " #/components/schemas/Params"
14051407 responseCode :
14061408 type : string
1409+ description : Represents the api response code
14071410 result :
14081411 $ref : " #/components/schemas/Process-Search-Response"
14091412 example :
@@ -1652,6 +1655,3 @@ components:
16521655 example :
16531656 program_id : 4d1bece0-fbf0-11ea-8789-cf2d7004603
16541657 collection : do_11311278166773248110944
1655- tags :
1656- - name : Success
1657- - name : Error
0 commit comments