Skip to content

Commit

Permalink
Update Addon API documentation : Add test environment details
Browse files Browse the repository at this point in the history
  • Loading branch information
allemas authored and davlgd committed Sep 3, 2024
1 parent 203f1c8 commit 6f64ca4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/doc/marketplace/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ Fields

* `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

View workflow job for this annotation

GitHub Actions / Run Vale Linter

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('is used'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('is used').", "location": {"path": "content/doc/marketplace/_index.md", "range": {"start": {"line": 69, "column": 203}}}, "severity": "INFO"}

* `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

View workflow job for this annotation

GitHub Actions / Run Vale Linter

[vale] reported by reviewdog 🐶 [Google.WordList] Use 'single sign-on' instead of 'sign-on'. Raw Output: {"message": "[Google.WordList] Use 'single sign-on' instead of 'sign-on'.", "location": {"path": "content/doc/marketplace/_index.md", "range": {"start": {"line": 71, "column": 53}}}, "severity": "WARNING"}

Check warning on line 71 in content/doc/marketplace/_index.md

View workflow job for this annotation

GitHub Actions / Run Vale Linter

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('is used'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('is used').", "location": {"path": "content/doc/marketplace/_index.md", "range": {"start": {"line": 71, "column": 165}}}, "severity": "INFO"}
`api/production/sso_url`.

## Add-on Provider requests

Expand Down

0 comments on commit 6f64ca4

Please sign in to comment.