Skip to content

Commit

Permalink
Merge pull request #56 from usingtechnology/feat/metadata-index
Browse files Browse the repository at this point in the history
always forget the index!
  • Loading branch information
usingtechnology authored Oct 7, 2024
2 parents acc87b9 + eb2796d commit 8eba498
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/Capabilities/Integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* [Event Stream Service](Event-Stream-Service) (Under Development)
* [Event Subscription](Event-Subscription) (Experimental)
* [Excel Power Query Integration](Excel-Power-Query-Integration)
* [Form Metadata](Form-Metadata)
* [Salesforce Integration](Salesforce-Integration)

***
Expand Down
2 changes: 1 addition & 1 deletion docs/Capabilities/Integrations/Calling-External-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ The component will call the CHEFS proxy `{chefs host}/app/api/v1/proxy/external`

It is expected that the External API endpoint is a `GET`.

See (Custom Form Metadata)[./Form-Metadata.md] for information about form metadata passed as a header.
See [Custom Form Metadata](./Form-Metadata.md) for information about form metadata passed as a header.

## HTTP Responses and errors

Expand Down
2 changes: 1 addition & 1 deletion docs/Capabilities/Integrations/Event-Stream-Service.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ An example to show the overall structure of an event message is:

```

See (Custom Form Metadata)[./Form-Metadata.md] for information about form metadata passed in the `meta` section of the event message.
See [Custom Form Metadata](./Form-Metadata.md) for information about form metadata passed in the `meta` section of the event message.

### NATS Message Metadata

Expand Down

0 comments on commit 8eba498

Please sign in to comment.