-
Notifications
You must be signed in to change notification settings - Fork 40
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
Update Addon API documentation : Add test environment details #337
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -66,9 +66,10 @@ | |||||
|
||||||
* `api/production/sso_url` - The production endpoint for single sign-on. | ||||||
|
||||||
* `api/test/base_url` - The test endpoint on which Clever Cloud sends actions requests. Used to test your service when you create an add-on provider. After the add-on creation,`api/production/base_url` is used. | ||||||
* `api/test/base_url` - The test endpoint on which Clever Cloud sends actions requests. Used to test your service when you create an add-on provider. After the add-on creation,`api/production/base_url` is used. If you're **not using** a test environment, set the same value as `api/production/base_url`. | ||||||
Check warning on line 69 in content/doc/marketplace/_index.md GitHub Actions / Run Vale Linter
|
||||||
|
||||||
* `api/test/sso_url` - The test endpoint for single sign-on. Used to test your service when you create an add-on provider. After that, the `api/production/sso_url` is used. | ||||||
* `api/test/sso_url` - The test endpoint for single sign-on. Used to test your service when you create an add-on provider. After that, the `api/production/sso_url` is used. If you're **not using** a test environment, set the same value as | ||||||
Check warning on line 71 in content/doc/marketplace/_index.md GitHub Actions / Run Vale Linter
Check warning on line 71 in content/doc/marketplace/_index.md GitHub Actions / Run Vale Linter
|
||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "the
Suggested change
|
||||||
`api/production/sso_url`. | ||||||
|
||||||
## Add-on Provider requests | ||||||
|
||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"After the add-on creation,
api/production/base_url
is used" : by who or by what @allemas ?