Skip to content

Commit

Permalink
Merge pull request #57 from bcgov/fix/metadata-quotes
Browse files Browse the repository at this point in the history
fix: remove quotes in form metadata
  • Loading branch information
usingtechnology authored Oct 9, 2024
2 parents 82154d7 + cf279c1 commit b04b319
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Capabilities/Integrations/Form-Metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Note: the `formMetadata` section will be added if attributes are in the Custom F
submissionId: <uuid>,
draft: false,
formMetadata: {
externalId: 'AB-0123456789`,
externalId: 'AB-0123456789',
}
},
payload: {
Expand All @@ -68,7 +68,7 @@ Form Metadata is returned as part of the form object for Get Form and Get Submis
"headerName": "X-FORM-METADATA",
"attributeName": "formMetadata",
"metadata": {
"externalId": "'AB-0123456789"
"externalId": "AB-0123456789"
},
"createdBy": "JASHERMA@idir",
"createdAt": "2024-10-07T22:27:40.081Z",
Expand Down Expand Up @@ -129,7 +129,7 @@ Note that this is the same as above. The `form.formMetadata` object contains the
"headerName": "X-FORM-METADATA",
"attributeName": "formMetadata",
"metadata": {
"externalId": "'AB-0123456789"
"externalId": "AB-0123456789"
},
"createdBy": "JASHERMA@idir",
"createdAt": "2024-10-07T22:27:40.081Z",
Expand Down

0 comments on commit b04b319

Please sign in to comment.