We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcf635 commit 8d80148Copy full SHA for 8d80148
openapi/parentclientapi.yaml
@@ -4,6 +4,8 @@ info:
4
description: This is the OpenAPI specification for the ClassCharts API used by the ParentClient.
5
version: 28.7.1
6
servers:
7
+ - url: https://www.classcharts.com/apiv2student
8
+ description: Student API
9
- url: https://www.classcharts.com/apiv2parent
10
description: Parent API
11
openapi/studentclientapi.yaml
@@ -6,6 +6,8 @@ info:
- url: https://www.classcharts.com/apiv2student
description: Student API
+ - url: https://www.classcharts.com/apiv2parent
+ description: Parent API
12
components:
13
securitySchemes:
0 commit comments