Skip to content

[DGR-1733] allow_duplicate_credentials added to the docs #87

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

Merged
Merged
Changes from all commits
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
3 changes: 3 additions & 0 deletions apiary.apib
Original file line number Diff line number Diff line change
@@ -1631,6 +1631,7 @@ For example you should create a group for the Introduction to Programming course
+ signup_url_show (boolean, optional) - Show or hide the sign up url. The supported values are `true`, `false` and `null`.
+ course_link_show (boolean, optional) - This links the credential data record to your information about the credential on your website. The supported values are `true`, `false` and `null`.
+ organization_link_show (boolean, optional) - Show or hide the link to your website homepage. The supported values are `true`, `false` and `null`.
+ allow_duplicate_credentials (boolean, optional) - An email address can receive more than one credential. The supported values are `true` & `false`. Defaults to `false`.

+ Body

@@ -1772,6 +1773,7 @@ For example you should create a group for the Introduction to Programming course
+ signup_url_show (boolean, optional) - Show or hide the sign up url. The supported values are `true`, `false` and `null`.
+ course_link_show (boolean, optional) - This links the credential data record to your information about the credential on your website. The supported values are `true`, `false` and `null`.
+ organization_link_show (boolean, optional) - Show or hide the link to your website homepage. The supported values are `true`, `false` and `null`.
+ allow_duplicate_credentials (boolean, optional) - An email address can receive more than one credential. The supported values are `true` & `false`. Defaults to `false`.

+ Body

@@ -1887,6 +1889,7 @@ You can clone a group using this action. Add attributes to override cloned value
+ signup_url_show (boolean, optional) - Show or hide the sign up url. The supported values are `true`, `false` and `null`.
+ course_link_show (boolean, optional) - This links the credential data record to your information about the credential on your website. The supported values are `true`, `false` and `null`.
+ organization_link_show (boolean, optional) - Show or hide the link to your website homepage. The supported values are `true`, `false` and `null`.
+ allow_duplicate_credentials (boolean, optional) - An email address can receive more than one credential. The supported values are `true` & `false`. Defaults to `false`.

+ Body