idstringrequired
The resource ID
>= 1
Example:123
The resource ID
>= 1
Example:123
Success
A FHIR resource
{
"resourceType": "Parameters",
"parameter": [
{
"name": "externalIal2Id",
"valueString": "example"
},
{
"name": "jwt",
"valueString": "example"
}
]
}curl --request POST \
--url 'http://localhost:8080/fhir/R4/Patient/123/$update-external-ial2' \
--header 'Accept: application/fhir+json, application/fhir+xml' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/fhir+json' \
--data '{
"resourceType": "Parameters",
"parameter": [
{
"name": "externalIal2Id",
"valueString": "example"
},
{
"name": "jwt",
"valueString": "example"
}
]
}'{}