Skip to content

Commit

Permalink
feat(places): add getBuildings search params
Browse files Browse the repository at this point in the history
Add getBuildings search params
  • Loading branch information
umbopepato authored Jul 8, 2024
2 parents 267bfe7 + 3d6f0e1 commit 81758ef
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.3
info:
title: Polito Students API
version: 2.0.0
version: 2.0.1
servers:
- url: https://app.didattica.polito.it/api
description: Production server (uses live data)
Expand Down Expand Up @@ -2364,6 +2364,13 @@ paths:
operationId: getBuildings
parameters:
- $ref: '#/components/parameters/pathSiteId'
- name: search
in: query
description: Filter buildings containing 'search' in their name
schema:
type: string
- $ref: '#/components/parameters/queryPlaceCategoryId'
- $ref: '#/components/parameters/queryPlaceSubCategoryId'
responses:
200:
description: Success
Expand Down

0 comments on commit 81758ef

Please sign in to comment.