Skip to content

Commit

Permalink
Updates to Create Dataset page.
Browse files Browse the repository at this point in the history
  • Loading branch information
spco committed Apr 5, 2024
1 parent 85a2b84 commit aed808c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/creating-a-dataset.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ This will need fixing on the Permissions tab for the app.
}
```

You need to set these in the headers that you make your requests with. To find the values of these identifiers, navigate (on the gateway) to your integrations API management page (Mange API), click on your App, make sure it is enabled, click on the tab for 'Authentication' to find these values.
You must set these in the request headers. To find the values of these identifiers, navigate (on the Gateway) to `Integrations > API Management page > Manage API`, select your App, make sure it is set to 'Enabled' on the 'App Info' tab, and then click on the 'Authentication' tab to find the Client ID and App ID.

#### Invalid App credientials
#### Invalid App credentials

You've copied your App ID or Client ID wrong when you've added them to the headers
App ID and Client ID have been supplied, but don't match an existing integration. Please check you have copied the credentials correctly.

```json
{
Expand All @@ -114,7 +114,7 @@ You've copied your App ID or Client ID wrong when you've added them to the heade
}
```

Navigate (on the Gateway) to your Integrations > API Management page (Manage API), and select the App. Check that you have copied over the App and Client ID (from the Authentication tab) correctly, and make sure the App is set to 'Enabled' on the 'App Info' tab.
Navigate (on the Gateway) to `Integrations > API Management > Manage API`, and select the App. Ensure the App is set to 'Enabled' on the 'App Info' tab.

#### Invalid format

Expand Down

0 comments on commit aed808c

Please sign in to comment.