Skip to content

Commit

Permalink
some wording improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
frank committed Nov 23, 2023
1 parent c689194 commit f2ec117
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions documentation/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Welcome to ahead's people profile import documentation
description: Learn how to use the import API to enhance ahead's user profiles.
title: Welcome to ahead's people profiles API documentation
description: Learn how to use the profiles API to enhance ahead's user profiles.
template: splash
hero:
tagline: Learn how to use the import API to enhance ahead's user profiles
image:
file: ../../assets/ahead_a.svg
actions:
- text: Get started by doing imports with Postman
- text: Get started by doing profile updates with Postman
link: guides/01-get-apikey-and-use-postman/
icon: right-arrow
variant: primary
Expand All @@ -22,6 +22,6 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
[Get an overview](reference/01-background/) and start browsing how to authorize API-calls and browse the request & response specification.
</Card>
<Card title="Check out the Endpoint specification" icon="puzzle">
[Visit the endpoint's description](reference/04-endpoint/) and understand how to form an import request.
[Visit the endpoint's description](reference/04-endpoint/) and understand how to form an update request.
</Card>
</CardGrid>
2 changes: 1 addition & 1 deletion documentation/src/content/docs/reference/04 endpoint.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: How to reach the endpoint and basic settings around the HTTP Header
import { CardGrid, LinkCard } from '@astrojs/starlight/components';

:::note
<h4>The API URL of the update is</h4>
<h4>The ahead profiles API URL is</h4>
<h5>htt<span>ps://connect</span>.aheadintranet.com/api/PeopleImport</h5>
:::

Expand Down

0 comments on commit f2ec117

Please sign in to comment.