Skip to content

Commit 8556383

Browse files
authored
Update request-specification.md
1 parent 9471282 commit 8556383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/request-specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ WebView Endpoint
1616
{% api-method-spec %}
1717
{% api-method-request %}
1818
{% api-method-path-parameters %}
19-
{% api-method-parameter type="string" name="requestorId" required=true %}
19+
{% api-method-parameter type="string" name="fi" required=true %}
2020
Unique requestor identifier. This will be encrypted using Base64/XOR along with **reqdate** field.
2121
{% endapi-method-parameter %}
2222

23-
{% api-method-parameter type="ENUM" name="requestorType" required=true %}
23+
{% api-method-parameter type="ENUM" name="requestorType" required=false %}
2424
Type of the requestor. This field will hold the values - FIU & LSP. The ENUM field would be expanded to accommodate new participants for any future requirements. This will be encrypted using Base64/XOR along with **reqdate** field.
2525
{% endapi-method-parameter %}
2626

0 commit comments

Comments
 (0)