Skip to content
Merged
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
17 changes: 1 addition & 16 deletions apis/cf/latest/components/responses/Conflict.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,4 @@ description: Conflict
content:
application/json:
schema:
type: object
properties:
errors:
type: array
items:
type: object
properties:
code:
type: integer
example: 10008
title:
type: string
example: "CF-ResourceConflict"
detail:
type: string
example: "The resource could not be updated due to a conflict"
$ref: '../schemas/Errors.yaml'