feat: update swagger

This commit is contained in:
hanif salafi 2024-07-03 06:53:25 +07:00
parent 54792e462a
commit f67a9ab415
3 changed files with 259 additions and 254 deletions

View File

@ -5316,17 +5316,17 @@ const docTemplate = `{
}, },
{ {
"type": "integer", "type": "integer",
"name": "request_for_information_id", "name": "requestForInformationId",
"in": "query" "in": "query"
}, },
{ {
"type": "string", "type": "string",
"name": "requested_info", "name": "requestedInfo",
"in": "query" "in": "query"
}, },
{ {
"type": "integer", "type": "integer",
"name": "status_id", "name": "statusId",
"in": "query" "in": "query"
}, },
{ {
@ -5614,32 +5614,32 @@ const docTemplate = `{
"parameters": [ "parameters": [
{ {
"type": "integer", "type": "integer",
"name": "created_by_id", "name": "createdById",
"in": "query" "in": "query"
}, },
{ {
"type": "string", "type": "string",
"name": "document_name", "name": "documentName",
"in": "query" "in": "query"
}, },
{ {
"type": "string", "type": "string",
"name": "main_reason", "name": "mainReason",
"in": "query" "in": "query"
}, },
{ {
"type": "integer", "type": "integer",
"name": "request_for_information_id", "name": "requestForInformationId",
"in": "query" "in": "query"
}, },
{ {
"type": "string", "type": "string",
"name": "secondary_reason", "name": "secondaryReason",
"in": "query" "in": "query"
}, },
{ {
"type": "integer", "type": "integer",
"name": "status_id", "name": "statusId",
"in": "query" "in": "query"
}, },
{ {
@ -5941,14 +5941,19 @@ const docTemplate = `{
], ],
"summary": "Get all RequestForInformationReplies", "summary": "Get all RequestForInformationReplies",
"parameters": [ "parameters": [
{
"type": "integer",
"name": "createdById",
"in": "query"
},
{ {
"type": "string", "type": "string",
"name": "file_url", "name": "fileUrl",
"in": "query" "in": "query"
}, },
{ {
"type": "integer", "type": "integer",
"name": "request_for_information_item_id", "name": "requestForInformationItemId",
"in": "query" "in": "query"
}, },
{ {
@ -5958,7 +5963,7 @@ const docTemplate = `{
}, },
{ {
"type": "integer", "type": "integer",
"name": "status_id", "name": "statusId",
"in": "query" "in": "query"
}, },
{ {
@ -6262,32 +6267,32 @@ const docTemplate = `{
"parameters": [ "parameters": [
{ {
"type": "integer", "type": "integer",
"name": "created_by_id", "name": "createdById",
"in": "query" "in": "query"
}, },
{ {
"type": "string", "type": "string",
"name": "how_to_get_files", "name": "howToGetFiles",
"in": "query" "in": "query"
}, },
{ {
"type": "string", "type": "string",
"name": "how_to_get_info", "name": "howToGetInfo",
"in": "query" "in": "query"
}, },
{ {
"type": "string", "type": "string",
"name": "next_action", "name": "nextAction",
"in": "query" "in": "query"
}, },
{ {
"type": "integer", "type": "integer",
"name": "status_id", "name": "statusId",
"in": "query" "in": "query"
}, },
{ {
"type": "string", "type": "string",
"name": "ticket_number", "name": "ticketNumber",
"in": "query" "in": "query"
}, },
{ {
@ -8689,21 +8694,21 @@ const docTemplate = `{
"type": "object", "type": "object",
"required": [ "required": [
"reason", "reason",
"request_for_information_id", "requestForInformationId",
"requested_info", "requestedInfo",
"status_id" "statusId"
], ],
"properties": { "properties": {
"reason": { "reason": {
"type": "string" "type": "string"
}, },
"request_for_information_id": { "requestForInformationId": {
"type": "integer" "type": "integer"
}, },
"requested_info": { "requestedInfo": {
"type": "string" "type": "string"
}, },
"status_id": { "statusId": {
"type": "integer" "type": "integer"
} }
} }
@ -8713,9 +8718,9 @@ const docTemplate = `{
"required": [ "required": [
"id", "id",
"reason", "reason",
"request_for_information_id", "requestForInformationId",
"requested_info", "requestedInfo",
"status_id" "statusId"
], ],
"properties": { "properties": {
"id": { "id": {
@ -8724,13 +8729,13 @@ const docTemplate = `{
"reason": { "reason": {
"type": "string" "type": "string"
}, },
"request_for_information_id": { "requestForInformationId": {
"type": "integer" "type": "integer"
}, },
"requested_info": { "requestedInfo": {
"type": "string" "type": "string"
}, },
"status_id": { "statusId": {
"type": "integer" "type": "integer"
} }
} }
@ -8738,26 +8743,26 @@ const docTemplate = `{
"request.RequestForInformationObjectionCreateRequest": { "request.RequestForInformationObjectionCreateRequest": {
"type": "object", "type": "object",
"required": [ "required": [
"document_name", "documentName",
"main_reason", "mainReason",
"request_for_information_id", "requestForInformationId",
"secondary_reason", "secondaryReason",
"status_id" "statusId"
], ],
"properties": { "properties": {
"document_name": { "documentName": {
"type": "string" "type": "string"
}, },
"main_reason": { "mainReason": {
"type": "string" "type": "string"
}, },
"request_for_information_id": { "requestForInformationId": {
"type": "integer" "type": "integer"
}, },
"secondary_reason": { "secondaryReason": {
"type": "string" "type": "string"
}, },
"status_id": { "statusId": {
"type": "integer" "type": "integer"
} }
} }
@ -8765,30 +8770,30 @@ const docTemplate = `{
"request.RequestForInformationObjectionUpdateRequest": { "request.RequestForInformationObjectionUpdateRequest": {
"type": "object", "type": "object",
"required": [ "required": [
"document_name", "documentName",
"id", "id",
"main_reason", "mainReason",
"request_for_information_id", "requestForInformationId",
"secondary_reason", "secondaryReason",
"status_id" "statusId"
], ],
"properties": { "properties": {
"document_name": { "documentName": {
"type": "string" "type": "string"
}, },
"id": { "id": {
"type": "integer" "type": "integer"
}, },
"main_reason": { "mainReason": {
"type": "string" "type": "string"
}, },
"request_for_information_id": { "requestForInformationId": {
"type": "integer" "type": "integer"
}, },
"secondary_reason": { "secondaryReason": {
"type": "string" "type": "string"
}, },
"status_id": { "statusId": {
"type": "integer" "type": "integer"
} }
} }
@ -8796,22 +8801,22 @@ const docTemplate = `{
"request.RequestForInformationRepliesCreateRequest": { "request.RequestForInformationRepliesCreateRequest": {
"type": "object", "type": "object",
"required": [ "required": [
"file_url", "fileUrl",
"request_for_information_item_id", "requestForInformationItemId",
"response", "response",
"status_id" "statusId"
], ],
"properties": { "properties": {
"file_url": { "fileUrl": {
"type": "string" "type": "string"
}, },
"request_for_information_item_id": { "requestForInformationItemId": {
"type": "integer" "type": "integer"
}, },
"response": { "response": {
"type": "string" "type": "string"
}, },
"status_id": { "statusId": {
"type": "integer" "type": "integer"
} }
} }
@ -8819,56 +8824,53 @@ const docTemplate = `{
"request.RequestForInformationRepliesUpdateRequest": { "request.RequestForInformationRepliesUpdateRequest": {
"type": "object", "type": "object",
"required": [ "required": [
"file_url", "fileUrl",
"id", "id",
"request_for_information_item_id", "requestForInformationItemId",
"response", "response",
"status_id" "statusId"
], ],
"properties": { "properties": {
"file_url": { "fileUrl": {
"type": "string" "type": "string"
}, },
"id": { "id": {
"type": "integer" "type": "integer"
}, },
"request_for_information_item_id": { "requestForInformationItemId": {
"type": "integer" "type": "integer"
}, },
"response": { "response": {
"type": "string" "type": "string"
}, },
"status_id": { "statusId": {
"type": "integer" "type": "integer"
},
"updated_at": {
"type": "string"
} }
} }
}, },
"request.RequestForInformationsCreateRequest": { "request.RequestForInformationsCreateRequest": {
"type": "object", "type": "object",
"required": [ "required": [
"how_to_get_files", "howToGetFiles",
"how_to_get_info", "howToGetInfo",
"next_action", "nextAction",
"status_id", "statusId",
"ticket_number" "ticketNumber"
], ],
"properties": { "properties": {
"how_to_get_files": { "howToGetFiles": {
"type": "string" "type": "string"
}, },
"how_to_get_info": { "howToGetInfo": {
"type": "string" "type": "string"
}, },
"next_action": { "nextAction": {
"type": "string" "type": "string"
}, },
"status_id": { "statusId": {
"type": "integer" "type": "integer"
}, },
"ticket_number": { "ticketNumber": {
"type": "string" "type": "string"
} }
} }
@ -8876,30 +8878,30 @@ const docTemplate = `{
"request.RequestForInformationsUpdateRequest": { "request.RequestForInformationsUpdateRequest": {
"type": "object", "type": "object",
"required": [ "required": [
"how_to_get_files", "howToGetFiles",
"how_to_get_info", "howToGetInfo",
"id", "id",
"next_action", "nextAction",
"status_id", "statusId",
"ticket_number" "ticketNumber"
], ],
"properties": { "properties": {
"how_to_get_files": { "howToGetFiles": {
"type": "string" "type": "string"
}, },
"how_to_get_info": { "howToGetInfo": {
"type": "string" "type": "string"
}, },
"id": { "id": {
"type": "integer" "type": "integer"
}, },
"next_action": { "nextAction": {
"type": "string" "type": "string"
}, },
"status_id": { "statusId": {
"type": "integer" "type": "integer"
}, },
"ticket_number": { "ticketNumber": {
"type": "string" "type": "string"
} }
} }

View File

@ -5305,17 +5305,17 @@
}, },
{ {
"type": "integer", "type": "integer",
"name": "request_for_information_id", "name": "requestForInformationId",
"in": "query" "in": "query"
}, },
{ {
"type": "string", "type": "string",
"name": "requested_info", "name": "requestedInfo",
"in": "query" "in": "query"
}, },
{ {
"type": "integer", "type": "integer",
"name": "status_id", "name": "statusId",
"in": "query" "in": "query"
}, },
{ {
@ -5603,32 +5603,32 @@
"parameters": [ "parameters": [
{ {
"type": "integer", "type": "integer",
"name": "created_by_id", "name": "createdById",
"in": "query" "in": "query"
}, },
{ {
"type": "string", "type": "string",
"name": "document_name", "name": "documentName",
"in": "query" "in": "query"
}, },
{ {
"type": "string", "type": "string",
"name": "main_reason", "name": "mainReason",
"in": "query" "in": "query"
}, },
{ {
"type": "integer", "type": "integer",
"name": "request_for_information_id", "name": "requestForInformationId",
"in": "query" "in": "query"
}, },
{ {
"type": "string", "type": "string",
"name": "secondary_reason", "name": "secondaryReason",
"in": "query" "in": "query"
}, },
{ {
"type": "integer", "type": "integer",
"name": "status_id", "name": "statusId",
"in": "query" "in": "query"
}, },
{ {
@ -5930,14 +5930,19 @@
], ],
"summary": "Get all RequestForInformationReplies", "summary": "Get all RequestForInformationReplies",
"parameters": [ "parameters": [
{
"type": "integer",
"name": "createdById",
"in": "query"
},
{ {
"type": "string", "type": "string",
"name": "file_url", "name": "fileUrl",
"in": "query" "in": "query"
}, },
{ {
"type": "integer", "type": "integer",
"name": "request_for_information_item_id", "name": "requestForInformationItemId",
"in": "query" "in": "query"
}, },
{ {
@ -5947,7 +5952,7 @@
}, },
{ {
"type": "integer", "type": "integer",
"name": "status_id", "name": "statusId",
"in": "query" "in": "query"
}, },
{ {
@ -6251,32 +6256,32 @@
"parameters": [ "parameters": [
{ {
"type": "integer", "type": "integer",
"name": "created_by_id", "name": "createdById",
"in": "query" "in": "query"
}, },
{ {
"type": "string", "type": "string",
"name": "how_to_get_files", "name": "howToGetFiles",
"in": "query" "in": "query"
}, },
{ {
"type": "string", "type": "string",
"name": "how_to_get_info", "name": "howToGetInfo",
"in": "query" "in": "query"
}, },
{ {
"type": "string", "type": "string",
"name": "next_action", "name": "nextAction",
"in": "query" "in": "query"
}, },
{ {
"type": "integer", "type": "integer",
"name": "status_id", "name": "statusId",
"in": "query" "in": "query"
}, },
{ {
"type": "string", "type": "string",
"name": "ticket_number", "name": "ticketNumber",
"in": "query" "in": "query"
}, },
{ {
@ -8678,21 +8683,21 @@
"type": "object", "type": "object",
"required": [ "required": [
"reason", "reason",
"request_for_information_id", "requestForInformationId",
"requested_info", "requestedInfo",
"status_id" "statusId"
], ],
"properties": { "properties": {
"reason": { "reason": {
"type": "string" "type": "string"
}, },
"request_for_information_id": { "requestForInformationId": {
"type": "integer" "type": "integer"
}, },
"requested_info": { "requestedInfo": {
"type": "string" "type": "string"
}, },
"status_id": { "statusId": {
"type": "integer" "type": "integer"
} }
} }
@ -8702,9 +8707,9 @@
"required": [ "required": [
"id", "id",
"reason", "reason",
"request_for_information_id", "requestForInformationId",
"requested_info", "requestedInfo",
"status_id" "statusId"
], ],
"properties": { "properties": {
"id": { "id": {
@ -8713,13 +8718,13 @@
"reason": { "reason": {
"type": "string" "type": "string"
}, },
"request_for_information_id": { "requestForInformationId": {
"type": "integer" "type": "integer"
}, },
"requested_info": { "requestedInfo": {
"type": "string" "type": "string"
}, },
"status_id": { "statusId": {
"type": "integer" "type": "integer"
} }
} }
@ -8727,26 +8732,26 @@
"request.RequestForInformationObjectionCreateRequest": { "request.RequestForInformationObjectionCreateRequest": {
"type": "object", "type": "object",
"required": [ "required": [
"document_name", "documentName",
"main_reason", "mainReason",
"request_for_information_id", "requestForInformationId",
"secondary_reason", "secondaryReason",
"status_id" "statusId"
], ],
"properties": { "properties": {
"document_name": { "documentName": {
"type": "string" "type": "string"
}, },
"main_reason": { "mainReason": {
"type": "string" "type": "string"
}, },
"request_for_information_id": { "requestForInformationId": {
"type": "integer" "type": "integer"
}, },
"secondary_reason": { "secondaryReason": {
"type": "string" "type": "string"
}, },
"status_id": { "statusId": {
"type": "integer" "type": "integer"
} }
} }
@ -8754,30 +8759,30 @@
"request.RequestForInformationObjectionUpdateRequest": { "request.RequestForInformationObjectionUpdateRequest": {
"type": "object", "type": "object",
"required": [ "required": [
"document_name", "documentName",
"id", "id",
"main_reason", "mainReason",
"request_for_information_id", "requestForInformationId",
"secondary_reason", "secondaryReason",
"status_id" "statusId"
], ],
"properties": { "properties": {
"document_name": { "documentName": {
"type": "string" "type": "string"
}, },
"id": { "id": {
"type": "integer" "type": "integer"
}, },
"main_reason": { "mainReason": {
"type": "string" "type": "string"
}, },
"request_for_information_id": { "requestForInformationId": {
"type": "integer" "type": "integer"
}, },
"secondary_reason": { "secondaryReason": {
"type": "string" "type": "string"
}, },
"status_id": { "statusId": {
"type": "integer" "type": "integer"
} }
} }
@ -8785,22 +8790,22 @@
"request.RequestForInformationRepliesCreateRequest": { "request.RequestForInformationRepliesCreateRequest": {
"type": "object", "type": "object",
"required": [ "required": [
"file_url", "fileUrl",
"request_for_information_item_id", "requestForInformationItemId",
"response", "response",
"status_id" "statusId"
], ],
"properties": { "properties": {
"file_url": { "fileUrl": {
"type": "string" "type": "string"
}, },
"request_for_information_item_id": { "requestForInformationItemId": {
"type": "integer" "type": "integer"
}, },
"response": { "response": {
"type": "string" "type": "string"
}, },
"status_id": { "statusId": {
"type": "integer" "type": "integer"
} }
} }
@ -8808,56 +8813,53 @@
"request.RequestForInformationRepliesUpdateRequest": { "request.RequestForInformationRepliesUpdateRequest": {
"type": "object", "type": "object",
"required": [ "required": [
"file_url", "fileUrl",
"id", "id",
"request_for_information_item_id", "requestForInformationItemId",
"response", "response",
"status_id" "statusId"
], ],
"properties": { "properties": {
"file_url": { "fileUrl": {
"type": "string" "type": "string"
}, },
"id": { "id": {
"type": "integer" "type": "integer"
}, },
"request_for_information_item_id": { "requestForInformationItemId": {
"type": "integer" "type": "integer"
}, },
"response": { "response": {
"type": "string" "type": "string"
}, },
"status_id": { "statusId": {
"type": "integer" "type": "integer"
},
"updated_at": {
"type": "string"
} }
} }
}, },
"request.RequestForInformationsCreateRequest": { "request.RequestForInformationsCreateRequest": {
"type": "object", "type": "object",
"required": [ "required": [
"how_to_get_files", "howToGetFiles",
"how_to_get_info", "howToGetInfo",
"next_action", "nextAction",
"status_id", "statusId",
"ticket_number" "ticketNumber"
], ],
"properties": { "properties": {
"how_to_get_files": { "howToGetFiles": {
"type": "string" "type": "string"
}, },
"how_to_get_info": { "howToGetInfo": {
"type": "string" "type": "string"
}, },
"next_action": { "nextAction": {
"type": "string" "type": "string"
}, },
"status_id": { "statusId": {
"type": "integer" "type": "integer"
}, },
"ticket_number": { "ticketNumber": {
"type": "string" "type": "string"
} }
} }
@ -8865,30 +8867,30 @@
"request.RequestForInformationsUpdateRequest": { "request.RequestForInformationsUpdateRequest": {
"type": "object", "type": "object",
"required": [ "required": [
"how_to_get_files", "howToGetFiles",
"how_to_get_info", "howToGetInfo",
"id", "id",
"next_action", "nextAction",
"status_id", "statusId",
"ticket_number" "ticketNumber"
], ],
"properties": { "properties": {
"how_to_get_files": { "howToGetFiles": {
"type": "string" "type": "string"
}, },
"how_to_get_info": { "howToGetInfo": {
"type": "string" "type": "string"
}, },
"id": { "id": {
"type": "integer" "type": "integer"
}, },
"next_action": { "nextAction": {
"type": "string" "type": "string"
}, },
"status_id": { "statusId": {
"type": "integer" "type": "integer"
}, },
"ticket_number": { "ticketNumber": {
"type": "string" "type": "string"
} }
} }

View File

@ -373,17 +373,17 @@ definitions:
properties: properties:
reason: reason:
type: string type: string
request_for_information_id: requestForInformationId:
type: integer type: integer
requested_info: requestedInfo:
type: string type: string
status_id: statusId:
type: integer type: integer
required: required:
- reason - reason
- request_for_information_id - requestForInformationId
- requested_info - requestedInfo
- status_id - statusId
type: object type: object
request.RequestForInformationItemsUpdateRequest: request.RequestForInformationItemsUpdateRequest:
properties: properties:
@ -391,137 +391,135 @@ definitions:
type: integer type: integer
reason: reason:
type: string type: string
request_for_information_id: requestForInformationId:
type: integer type: integer
requested_info: requestedInfo:
type: string type: string
status_id: statusId:
type: integer type: integer
required: required:
- id - id
- reason - reason
- request_for_information_id - requestForInformationId
- requested_info - requestedInfo
- status_id - statusId
type: object type: object
request.RequestForInformationObjectionCreateRequest: request.RequestForInformationObjectionCreateRequest:
properties: properties:
document_name: documentName:
type: string type: string
main_reason: mainReason:
type: string type: string
request_for_information_id: requestForInformationId:
type: integer type: integer
secondary_reason: secondaryReason:
type: string type: string
status_id: statusId:
type: integer type: integer
required: required:
- document_name - documentName
- main_reason - mainReason
- request_for_information_id - requestForInformationId
- secondary_reason - secondaryReason
- status_id - statusId
type: object type: object
request.RequestForInformationObjectionUpdateRequest: request.RequestForInformationObjectionUpdateRequest:
properties: properties:
document_name: documentName:
type: string type: string
id: id:
type: integer type: integer
main_reason: mainReason:
type: string type: string
request_for_information_id: requestForInformationId:
type: integer type: integer
secondary_reason: secondaryReason:
type: string type: string
status_id: statusId:
type: integer type: integer
required: required:
- document_name - documentName
- id - id
- main_reason - mainReason
- request_for_information_id - requestForInformationId
- secondary_reason - secondaryReason
- status_id - statusId
type: object type: object
request.RequestForInformationRepliesCreateRequest: request.RequestForInformationRepliesCreateRequest:
properties: properties:
file_url: fileUrl:
type: string type: string
request_for_information_item_id: requestForInformationItemId:
type: integer type: integer
response: response:
type: string type: string
status_id: statusId:
type: integer type: integer
required: required:
- file_url - fileUrl
- request_for_information_item_id - requestForInformationItemId
- response - response
- status_id - statusId
type: object type: object
request.RequestForInformationRepliesUpdateRequest: request.RequestForInformationRepliesUpdateRequest:
properties: properties:
file_url: fileUrl:
type: string type: string
id: id:
type: integer type: integer
request_for_information_item_id: requestForInformationItemId:
type: integer type: integer
response: response:
type: string type: string
status_id: statusId:
type: integer type: integer
updated_at:
type: string
required: required:
- file_url - fileUrl
- id - id
- request_for_information_item_id - requestForInformationItemId
- response - response
- status_id - statusId
type: object type: object
request.RequestForInformationsCreateRequest: request.RequestForInformationsCreateRequest:
properties: properties:
how_to_get_files: howToGetFiles:
type: string type: string
how_to_get_info: howToGetInfo:
type: string type: string
next_action: nextAction:
type: string type: string
status_id: statusId:
type: integer type: integer
ticket_number: ticketNumber:
type: string type: string
required: required:
- how_to_get_files - howToGetFiles
- how_to_get_info - howToGetInfo
- next_action - nextAction
- status_id - statusId
- ticket_number - ticketNumber
type: object type: object
request.RequestForInformationsUpdateRequest: request.RequestForInformationsUpdateRequest:
properties: properties:
how_to_get_files: howToGetFiles:
type: string type: string
how_to_get_info: howToGetInfo:
type: string type: string
id: id:
type: integer type: integer
next_action: nextAction:
type: string type: string
status_id: statusId:
type: integer type: integer
ticket_number: ticketNumber:
type: string type: string
required: required:
- how_to_get_files - howToGetFiles
- how_to_get_info - howToGetInfo
- id - id
- next_action - nextAction
- status_id - statusId
- ticket_number - ticketNumber
type: object type: object
request.UserLevelsCreateRequest: request.UserLevelsCreateRequest:
properties: properties:
@ -4168,13 +4166,13 @@ paths:
name: reason name: reason
type: string type: string
- in: query - in: query
name: request_for_information_id name: requestForInformationId
type: integer type: integer
- in: query - in: query
name: requested_info name: requestedInfo
type: string type: string
- in: query - in: query
name: status_id name: statusId
type: integer type: integer
- in: query - in: query
name: count name: count
@ -4355,22 +4353,22 @@ paths:
description: API for getting all RequestForInformationObjection description: API for getting all RequestForInformationObjection
parameters: parameters:
- in: query - in: query
name: created_by_id name: createdById
type: integer type: integer
- in: query - in: query
name: document_name name: documentName
type: string type: string
- in: query - in: query
name: main_reason name: mainReason
type: string type: string
- in: query - in: query
name: request_for_information_id name: requestForInformationId
type: integer type: integer
- in: query - in: query
name: secondary_reason name: secondaryReason
type: string type: string
- in: query - in: query
name: status_id name: statusId
type: integer type: integer
- in: query - in: query
name: count name: count
@ -4563,16 +4561,19 @@ paths:
description: API for getting all RequestForInformationReplies description: API for getting all RequestForInformationReplies
parameters: parameters:
- in: query - in: query
name: file_url name: createdById
type: integer
- in: query
name: fileUrl
type: string type: string
- in: query - in: query
name: request_for_information_item_id name: requestForInformationItemId
type: integer type: integer
- in: query - in: query
name: response name: response
type: string type: string
- in: query - in: query
name: status_id name: statusId
type: integer type: integer
- in: query - in: query
name: count name: count
@ -4765,22 +4766,22 @@ paths:
description: API for getting all RequestForInformations description: API for getting all RequestForInformations
parameters: parameters:
- in: query - in: query
name: created_by_id name: createdById
type: integer type: integer
- in: query - in: query
name: how_to_get_files name: howToGetFiles
type: string type: string
- in: query - in: query
name: how_to_get_info name: howToGetInfo
type: string type: string
- in: query - in: query
name: next_action name: nextAction
type: string type: string
- in: query - in: query
name: status_id name: statusId
type: integer type: integer
- in: query - in: query
name: ticket_number name: ticketNumber
type: string type: string
- in: query - in: query
name: count name: count