Skip to content

Commit 8c8a3da

Browse files
committed
api-name-change
1 parent 4611ba0 commit 8c8a3da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/developer/admin-rest-api/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Control Plane REST API
22

3-
The purpose of the Administrator REST API is to provide an easy-to-use programming interface for administrative tasks.
3+
The purpose of the Control Plane REST API is to provide an easy-to-use programming interface for administrative tasks.
44

55
## Endpoint URL for API
66

7-
The domain used for Administrator REST APIs is the same domain used to browse for the Run:ai User Interface. Either `<company>.run.ai`, or `app.run.ai` for older tenants or a custom URL used for Self-hosted installations.
7+
The domain used for Control Plane REST APIs is the same domain used to browse for the Run:ai User Interface. Either `<company>.run.ai`, or `app.run.ai` for older tenants or a custom URL used for Self-hosted installations.
88

99
## Authentication
1010

@@ -41,7 +41,7 @@ For example, if you have an Administrator role, you can get a list of clusters b
4141
```
4242
(replace `<ACCESS-TOKEN>` with the bearer token from above).
4343

44-
For an additional example, see the [following](https://github.com/run-ai/docs/blob/master/examples/create-user-and-project.py){target=_blank} code. It is an example of how to use the Run:ai Administrator REST API to create a User and a Project and set the User to the Project.
44+
For an additional example, see the [following](https://github.com/run-ai/docs/blob/master/examples/create-user-and-project.py){target=_blank} code. It is an example of how to use the Run:ai Control Plane REST API to create a User and a Project and set the User to the Project.
4545

4646
## Control Plane API Documentation
4747

0 commit comments

Comments
 (0)