Skip to content

Commit 9eda5a6

Browse files
authored
v3 docs: Remove newlines after Definition section title (#4071)
Remove all newlines after the Definition sections.
1 parent ddaf6e8 commit 9eda5a6

File tree

14 files changed

+0
-14
lines changed

14 files changed

+0
-14
lines changed

docs/v3/source/includes/resources/app_usage_events/_delete.md.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Content-Type: application/json
2222
Destroys all existing events. Populates new usage events, one for each started app. All populated events will have a `created_at` value of current time. There is the potential race condition if apps are currently being started, stopped, or scaled. The seeded usage events will have the same guid as the app.
2323

2424
#### Definition
25-
2625
`POST /v3/app_usage_events/actions/destructively_purge_all_and_reseed`
2726

2827
#### Permitted roles

docs/v3/source/includes/resources/app_usage_events/_get.md.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Content-Type: application/json
2424
Retrieve an app usage event.
2525

2626
#### Definition
27-
2827
`GET /v3/app_usage_events/:guid`
2928

3029
#### Permitted roles

docs/v3/source/includes/resources/app_usage_events/_list.md.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Content-Type: application/json
2424
Retrieve all app usage events the user has access to.
2525

2626
#### Definition
27-
2827
`GET /v3/app_usage_events`
2928

3029
#### Query parameters

docs/v3/source/includes/resources/apps/_get_current_droplet_relationship.md.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ Content-Type: application/json
2525
This endpoint retrieves the current droplet relationship for an app.
2626

2727
#### Definition
28-
2928
`GET /v3/apps/:guid/relationships/current_droplet`
3029

3130
#### Permitted roles

docs/v3/source/includes/resources/info/_get.md.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ Content-Type: application/json
3232
```
3333

3434
#### Definition
35-
3635
`GET /v3/info`
3736

3837
#### Authentication

docs/v3/source/includes/resources/info/_get_usage_summary.md.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Content-Type: application/json
2323
This endpoint retrieves a high-level summary of usage across the entire Cloud Foundry installation.
2424

2525
#### Definition
26-
2726
`GET /v3/info/usage_summary`
2827

2928
#### Usage summary object

docs/v3/source/includes/resources/manifests/_create_diff.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ Name | Type | Description
6060
**value** | _any_ | For `add` and `replace` operations, the new value; otherwise key is omitted
6161

6262
#### Definition
63-
6463
`POST /v3/spaces/:guid/manifest_diff`
6564

6665
#### Permitted roles

docs/v3/source/includes/resources/organization_quotas/_get.md.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Content-Type: application/json
2424
This endpoint gets an individual organization quota resource.
2525

2626
#### Definition
27-
2827
`GET /v3/organization_quotas/:guid`
2928

3029
#### Permitted roles

docs/v3/source/includes/resources/organization_quotas/_list.md.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Content-Type: application/json
2424
This endpoint lists all organization quota resources.
2525

2626
#### Definition
27-
2827
`GET /v3/organization_quotas`
2928

3029

docs/v3/source/includes/resources/roles/_get.md.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Content-Type: application/json
2424
This endpoint gets an individual role resource.
2525

2626
#### Definition
27-
2827
`GET /v3/roles/:guid`
2928

3029
#### Query parameters

0 commit comments

Comments
 (0)