Skip to content

Commit

Permalink
Added docs/api/betas slug
Browse files Browse the repository at this point in the history
  • Loading branch information
bbiggerr committed Oct 5, 2023
1 parent e43252e commit dd2f9d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions docs/api/beta-programs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
title: Beta Programs
slug: betas
---
10 changes: 5 additions & 5 deletions docs/release-notes/api/v4.164.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ version: 4.164.0
### Added

* Customers now have the ability to view and self-enroll in our Cloud Beta Programs with the following new commands:
* **Beta Programs List** ([GET /betas](/docs/api/beta-programs/#beta-programs-list))
* **Beta Program View** ([GET /betas/{betaId}](/docs/api/beta-programs/#beta-program-view))
* **Beta Program Enroll** ([POST /account/betas](/docs/api/beta-programs/#beta-program-enroll))
* **Enrolled Beta Programs List** ([GET /account/betas](/docs/api/beta-programs/#enrolled-beta-programs-list))
* **Enrolled Beta Program View** ([GET /account/betas/{betaId}](/docs/api/beta-programs/#enrolled-beta-program-view))
* **Beta Programs List** ([GET /betas](/docs/api/betas/#beta-programs-list))
* **Beta Program View** ([GET /betas/{betaId}](/docs/api/betas/#beta-program-view))
* **Beta Program Enroll** ([POST /account/betas](/docs/api/betas/#beta-program-enroll))
* **Enrolled Beta Programs List** ([GET /account/betas](/docs/api/betas/#enrolled-beta-programs-list))
* **Enrolled Beta Program View** ([GET /account/betas/{betaId}](/docs/api/betas/#enrolled-beta-program-view))

### Changed

Expand Down

0 comments on commit dd2f9d2

Please sign in to comment.