Skip to content

Commit

Permalink
Merge pull request #135 from tallzeebaa/hotfix-develop/SA-15214
Browse files Browse the repository at this point in the history
This path accepts "hidden" only. [SA-15214] (develop)
  • Loading branch information
jleckie committed Sep 26, 2023
2 parents d344f84 + 80e086e commit 4e91211
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions openapi/paths/resource@file@{fileId}@ajax.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
patch:
operationId: filePatch
tags: [file]
summary: Partially update a file.
summary: Update visibility of a file
parameters:
- name: fileId
in: path
Expand All @@ -15,4 +15,11 @@ patch:
default:
$ref: ../components/responses/problem.yaml
requestBody:
$ref: ../components/requestBodies/file-item.yaml
content:
application/json:
schema:
type: object
properties:
hidden:
type: boolean
example: false

0 comments on commit 4e91211

Please sign in to comment.