Skip to content

Commit 57ddfd6

Browse files
Apply suggestions from code review
Co-authored-by: gal-revach <127027411+gal-revach@users.noreply.github.com>
1 parent 45fe402 commit 57ddfd6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/home/whats-new-2-17.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,13 @@ The following list of API endpoints have been marked for deprecation:
135135
| https://app.run.ai/v1/k8s/clusters/{uuid}/jobs/count | https://app.run.ai/api/v1/workloads/count |
136136
| https://app.run.ai/v1/k8s/clusters/{uuid}/jobs/{jobId}/pods | https://app.run.ai/api/v1/workloads/{workloadId}/pods |
137137
| https://app.run.ai/v1/k8s/clusters/{uuid}/pods | https://app.run.ai/api/v1/workloads/pods |
138+
### Users, Applications, and Groups API
138139

140+
| Deprecated endpoint | Replacement endpoint |
141+
| -- | -- |
142+
| https://app.run.ai/v1/k8s/apps | https://app.run.ai/api/v1/k8s/apps |
143+
| https://app.run.ai/v1/k8s/users | https://app.run.ai/api/v1/k8s/users |
144+
| https://app.run.ai/v1/k8s/groups | https://app.run.ai/api/v1/authorization/access-rules (groups should no longer be created, you can only add access rules to them) |
139145
#### cluster metrics (v1) - replaced v2
140146

141147
| Deprecated endpoint | Replacement endpoint |

0 commit comments

Comments
 (0)