Skip to content

Commit

Permalink
fix: admin endpoint method typos (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
plyr4 committed May 15, 2024
1 parent f9183d9 commit 077d47c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/reference/api/admin/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >
## Endpoint

```
GET /api/v1/admin/build
PUT /api/v1/admin/build
```

## Permissions
Expand Down
2 changes: 1 addition & 1 deletion content/reference/api/admin/hook.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >
## Endpoint

```
GET /api/v1/admin/hook
PUT /api/v1/admin/hook
```

## Permissions
Expand Down
2 changes: 1 addition & 1 deletion content/reference/api/admin/repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >
## Endpoint

```
GET /api/v1/admin/repo
PUT /api/v1/admin/repo
```

## Permissions
Expand Down
2 changes: 1 addition & 1 deletion content/reference/api/admin/secret.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >
## Endpoint

```
GET /api/v1/admin/secret
PUT /api/v1/admin/secret
```

## Permissions
Expand Down
2 changes: 1 addition & 1 deletion content/reference/api/admin/service.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >
## Endpoint

```
GET /api/v1/admin/service
PUT /api/v1/admin/service
```

## Permissions
Expand Down
2 changes: 1 addition & 1 deletion content/reference/api/admin/step.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >
## Endpoint

```
GET /api/v1/admin/step
PUT /api/v1/admin/step
```

## Permissions
Expand Down
2 changes: 1 addition & 1 deletion content/reference/api/admin/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >
## Endpoint

```
GET /api/v1/admin/user
PUT /api/v1/admin/user
```

## Permissions
Expand Down

0 comments on commit 077d47c

Please sign in to comment.