Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FND-3542] Fix CI link-check errors #212

Merged
merged 5 commits into from
Jan 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix some linting violations
  • Loading branch information
grayson-cobalt committed Dec 29, 2023
commit b624b08720b1355c05b89e0424ea1ceadf6a5b08
17 changes: 12 additions & 5 deletions versions/v2/content/eudatacenter.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,22 @@ 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 @@ -27,6 +32,8 @@ 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>.

<!-- markdown-link-check-enable -->