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
12 changes: 8 additions & 4 deletions cityfeel/api/spec/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -450,9 +450,7 @@ paths:
schema:
type: array
items:
type: integer
maximum: 5
minimum: 1
type: string
description: Wiele wartości można rozdzielić przecinkami
explode: false
style: form
Expand Down Expand Up @@ -719,6 +717,9 @@ components:
username:
type: string
readOnly: true
comment:
type: string
writeOnly: true
required:
- emotional_value
- id
Expand Down Expand Up @@ -843,7 +844,7 @@ components:
latest_comment:
type: object
nullable: true
description: Ostatni publiczny komentarz dodany w tej lokalizacji.
description: Ostatni komentarz (publiczny lub prywatny) dodany w tej lokalizacji.
properties:
username:
type: string
Expand Down Expand Up @@ -937,6 +938,9 @@ components:
username:
type: string
readOnly: true
comment:
type: string
writeOnly: true
PatchedFriendship:
type: object
description: Serializer dla modelu Friendship (zaproszenia do znajomych).
Expand Down