1
0
mirror of synced 2025-12-23 21:07:12 -05:00

Combine product name variables for REST and GraphQL API base URLs (#50521)

This commit is contained in:
Laura Coursen
2024-05-10 09:20:12 -05:00
committed by GitHub
parent aef6bc2468
commit e977bce6d8
40 changed files with 99 additions and 107 deletions

View File

@@ -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 %}

View File

@@ -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.