diff --git a/source/images/api_credentials.png b/source/images/api_credentials.png index bb4ff30de4a..302abd585b0 100644 Binary files a/source/images/api_credentials.png and b/source/images/api_credentials.png differ diff --git a/source/includes/_items.md b/source/includes/_items.md index 429494fca2f..b8e6e799168 100644 --- a/source/includes/_items.md +++ b/source/includes/_items.md @@ -268,13 +268,6 @@ totalTime | less_than_one_hour | Approximate time to complete. One of: "less_tha itemCategory | audiovisual | Category. One of: "written", "audiovisual", "activity_category", "assessment", "update_category", "other_category" tags | marketing,sales,onboarding | Assign tags to the created item skills | leadership,communication | Assign skills to the created item - -> **Beta** The following parameters are in beta and subject to change - -### Beta Parameters - -Parameter | Example value | Description ---------- | ------- | ----------- externallyControlledCompletion | true | Prevent automatic or manual completion in app. Used in conjunction with the activities creation API to control completion. @@ -492,10 +485,6 @@ archive | true | If item must be archived, set to true ## Complete an Item - - > Mark an item as completed for a user: ```shell diff --git a/source/index.html.md.erb b/source/index.html.md.erb index 29cf321d185..95711f6379b 100644 --- a/source/index.html.md.erb +++ b/source/index.html.md.erb @@ -40,7 +40,7 @@ The Learn Amp API is organised around [REST](https://en.wikipedia.org/wiki/Repre To get started, you will need: 1. An account on the Learn Amp platform -2. An API Key and Secret: Go to "Company Settings" --> "API" +2. An API Key and Secret: Go to "Company Settings" --> "API" --> "Generate New API Key" 3. Take note of the API Base URL, and use this value for all API calls. **Please note** Only the Owner user of your account is permitted to access the API settings.