Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Laura Pacilio <[email protected]>
  • Loading branch information
rexredinger and laurapacilio authored Jun 30, 2022
1 parent f1d3d1b commit f6edf3e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions website/docs/cloud-docs/api-docs/assessment-results.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: >-

# Assessment Results API

An Assessment Result is the record of an instance of continuous validation, like [Drift Detection](/cloud-docs/workspaces/settings/drift-detection).
An Assessment Result is the record of an instance of continuous validation, like [drift detection](/cloud-docs/workspaces/settings/drift-detection).

## Show Assessment Result

Expand Down Expand Up @@ -75,11 +75,11 @@ You cannot access these endpoints with [organization tokens](/cloud-docs/users-t

### JSON Plan

The following endpoint returns the JSON plan output associated with the assessment result.
The following endpoint returns the JSON plan output associated with the assessment result.

`GET api/v2/assessment-results/:assessment_result_id/json-output`

#### Sample Requests
#### Sample Request

```shell
$ curl \
Expand All @@ -94,7 +94,7 @@ The following endpoint returns the JSON [provider schema](https://www.terraform.

`GET api/v2/assessment-results/:assessment_result_id/json-schema`

#### Sample Requests
#### Sample Request

```shell
$ curl \
Expand All @@ -109,7 +109,7 @@ The following endpoint returns Terraform JSON log output.

`GET api/v2/assessment-results/assessment_result_id/log-output`

#### Sample Requests
#### Sample Request

```shell
$ curl \
Expand Down
4 changes: 2 additions & 2 deletions website/docs/cloud-docs/api-docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Keep track of changes to the API for Terraform Cloud and Terraform Enterprise.

### 2022-6-23

* Added the [Assessments](/cloud-docs/api-docs/assessments)
* Added the [Assessments](/cloud-docs/api-docs/assessments).
* Updated [Workspace](/cloud-docs/api-docs/workspaces#create-a-workspace) and
[Notification Configurations](/cloud-docs/api-docs/notification-configurations#notification-triggers) to account for assessments
[Notification Configurations](/cloud-docs/api-docs/notification-configurations#notification-triggers) to account for assessments.

### 2022-06-21
* Updated [Admin Organizations](/cloud-docs/api-docs/admin/organizations) endpoints with new `workspace-limit` setting. This is available in Terraform Enterprise v202207-1 and later.
Expand Down

0 comments on commit f6edf3e

Please sign in to comment.