Skip to content

Commit

Permalink
[FND-3542] Fix CI link-check errors (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
grayson-cobalt authored Jan 2, 2024
1 parent 24ee462 commit e2ce11d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
21 changes: 16 additions & 5 deletions versions/v2/content/eudatacenter.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,24 @@ title: EU Data center
---

# EU Data Center

<aside class="notice">
The information provided in this section is specifically tailored for customers who are using our EU Data center (app.eu.cobalt.io).
The information provided in this section is specifically tailored for customers who are using our
EU Data center (app.eu.cobalt.io).
</aside>

## Introduction
If you're using our EU Data center (app.eu.cobalt.io) and need to call our API, be aware that the base URL for API calls will differ from the examples in our documentation, which use the US version.

If you're using our EU Data center (app.eu.cobalt.io) and need to call our API, be aware that the base URL for
API calls will differ from the examples in our documentation, which use the US version.

## Procedure
1. Identify the base URL: The base URL for customers using our EU Data center is https://api.eu.cobalt.io. This is the URL you should use when making API calls.
2. Replace the base URL in examples: All examples provided in our documentation use the US version of the base URL (https://api.us.cobalt.io). When following these examples, you will need to replace the US base URL with the EU base URL.

1. Identify the base URL: The base URL for customers using our EU Data center is `https://api.eu.cobalt.io`.
This is the URL you should use when making API calls.
2. Replace the base URL in examples: All examples provided in our documentation use the US version of the base
URL (`https://api.us.cobalt.io`). When following these examples, you will need to replace the US
base URL with the EU base URL.
3. For example, if an API call in the documentation is shown as:

```https://api.us.cobalt.io/example-endpoint```
Expand All @@ -21,4 +30,6 @@ You should replace it with:

```https://api.eu.cobalt.io/example-endpoint```

By following the steps outlined above, you can ensure that your API calls correctly target our EU Data center. If you encounter any issues or need further assistance, please don't hesitate to contact us: <strong>[integrations@cobalt.io](mailto:integrations@cobalt.io)</strong>.
By following the steps outlined above, you can ensure that your API calls correctly target our EU Data center.
If you encounter any issues or need further assistance, please don't hesitate to contact us:
<strong>[integrations@cobalt.io](mailto:integrations@cobalt.io)</strong>.
2 changes: 1 addition & 1 deletion versions/v2/content/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ curl -X POST "https://api.us.cobalt.io/webhooks" \
}'
```

> The above command returns the details of the created webhook and a `201` response code when successful.
> The above command returns the details of the created webhook and a `201` response code when successful.
> There will be a `Location` header pointing at the newly created webhook.
```json
Expand Down

0 comments on commit e2ce11d

Please sign in to comment.