Combine product name variables for REST and GraphQL API base URLs (#50521)
This commit is contained in:
@@ -50,7 +50,7 @@ autogenerated: rest
|
||||
These endpoints{% ifversion ghes %}—except [Management Console](#management-console) endpoints—{% endif %} are prefixed with the following URL:
|
||||
|
||||
```shell
|
||||
{% data variables.product.api_url_pre %}
|
||||
{% data variables.product.rest_url %}
|
||||
```
|
||||
|
||||
{% ifversion fpt or ghec %}
|
||||
|
||||
@@ -34,7 +34,7 @@ autogenerated: rest
|
||||
To manage your enterprise's users and groups using SCIM, use the following base URL to communicate with the endpoints in this category.
|
||||
|
||||
```http
|
||||
{% data variables.product.api_url_code %}/scim/v2/enterprises/{enterprise}/
|
||||
{% data variables.product.rest_url %}/scim/v2/enterprises/{enterprise}/
|
||||
```
|
||||
|
||||
### Authentication
|
||||
@@ -109,7 +109,7 @@ These endpoints are based on SCIM 2.0. For more information, refer to your IdP's
|
||||
An IdP can use the following root URL to communicate with the endpoints in this category for a {% data variables.product.product_name %} instance.
|
||||
|
||||
```http
|
||||
{% data variables.product.api_url_code %}/scim/v2/
|
||||
{% data variables.product.rest_url %}/scim/v2/
|
||||
```
|
||||
|
||||
Endpoints in this category are case-sensitive. For example, the first letter in the `Users` endpoint must be capitalized.
|
||||
|
||||
Reference in New Issue
Block a user