Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions apis/cf/latest/components/responses/BadRequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ content:
application/json:
schema:
$ref: '../schemas/Errors.yaml'
text/html:
schema:
type: string
12 changes: 0 additions & 12 deletions apis/cf/latest/components/schemas/ServiceBroker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@ properties:
type: string
format: uri
description: URL of the service broker
available:
type: boolean
description: Whether the service broker is available
status:
type: string
description: Status of the service broker
enum:
- available
- synchronization in progress
- synchronization failed
relationships:
type: object
properties:
Expand All @@ -52,6 +42,4 @@ required:
- updated_at
- name
- url
- available
- status
- links
11 changes: 9 additions & 2 deletions apis/cf/latest/paths/Buildpacks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,15 @@
parameters:
- $ref: '../components/parameters/Guid.yaml'
responses:
'204':
description: Successfully deleted buildpack
'202':
description: Accepted
headers:
Location:
description: URL of the job that is deleting the buildpack
schema:
type: string
format: uri

'401':
$ref: '../components/responses/Unauthorized.yaml'
'404':
Expand Down
11 changes: 9 additions & 2 deletions apis/cf/latest/paths/Domains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,15 @@
parameters:
- $ref: '../components/parameters/Guid.yaml'
responses:
'204':
description: Successfully deleted domain
'202':
description: Accepted
headers:
Location:
description: URL of the job that is deleting the domain
schema:
type: string
format: uri

'401':
$ref: '../components/responses/Unauthorized.yaml'
'404':
Expand Down
20 changes: 20 additions & 0 deletions apis/cf/latest/paths/Manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,26 @@
schema:
type: string
responses:
'201':
description: Created
content:
application/json:
schema:
type: object
properties:
diff:
type: array
items:
type: object
properties:
op:
type: string
path:
type: string
was:
type: string
value:
type: string
'202':
description: Accepted
content:
Expand Down
6 changes: 3 additions & 3 deletions apis/cf/latest/paths/Organizations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,9 @@
self:
$ref: '../components/schemas/Link.yaml'
description: The URL to get this usage summary
organization:
$ref: '../components/schemas/Link.yaml'
description: The URL to get the organization for this usage summary
organization:
$ref: '../components/schemas/Link.yaml'
description: The URL to get the organization for this usage summary
'401':
$ref: '../components/responses/Unauthorized.yaml'
'404':
Expand Down