idstringrequired
The resource ID
>= 1
Example:123
The resource ID
>= 1
Example:123
A FHIR resource
Success
A FHIR resource
{
"resourceType": "User",
"meta": {
"profile": [
"https://api.healthgorilla.com/fhir/StructureDefinition/User"
]
}
}curl --request PUT \
--url http://localhost:8080/fhir/R4/User/123 \
--header 'Accept: application/fhir+json, application/fhir+xml' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/fhir+json' \
--data '{
"resourceType": "User",
"meta": {
"profile": [
"https://api.healthgorilla.com/fhir/StructureDefinition/User"
]
}
}'{}