1425 lines
31 KiB
YAML
1425 lines
31 KiB
YAML
metadata:
|
|
source: /app/plandex/app/server
|
|
endpoints_count: 82
|
|
categories_count: 5
|
|
statistics:
|
|
total_endpoints: 82
|
|
streaming_endpoints: 4
|
|
categories: 5
|
|
methods:
|
|
GET: 56
|
|
POST: 26
|
|
endpoints_by_category:
|
|
System:
|
|
- path: /health
|
|
method: GET
|
|
handler: HealthHandler
|
|
is_streaming: false
|
|
requires_auth: false
|
|
path_params: []
|
|
description: ''
|
|
category: System
|
|
- path: /version
|
|
method: GET
|
|
handler: VersionHandler
|
|
is_streaming: false
|
|
requires_auth: false
|
|
path_params: []
|
|
description: ''
|
|
category: System
|
|
Authentication:
|
|
- path: /accounts/sign_in
|
|
method: POST
|
|
handler: SignInHandler
|
|
is_streaming: false
|
|
requires_auth: false
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/authentication/4
|
|
method: GET
|
|
handler: AuthenticationHandler4
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/authentication/8
|
|
method: GET
|
|
handler: AuthenticationHandler8
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/authentication/12
|
|
method: POST
|
|
handler: AuthenticationHandler12
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/authentication/16
|
|
method: GET
|
|
handler: AuthenticationHandler16
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/authentication/20
|
|
method: GET
|
|
handler: AuthenticationHandler20
|
|
is_streaming: true
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/authentication/24
|
|
method: POST
|
|
handler: AuthenticationHandler24
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/authentication/28
|
|
method: GET
|
|
handler: AuthenticationHandler28
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/authentication/32
|
|
method: GET
|
|
handler: AuthenticationHandler32
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/authentication/36
|
|
method: POST
|
|
handler: AuthenticationHandler36
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/authentication/40
|
|
method: GET
|
|
handler: AuthenticationHandler40
|
|
is_streaming: true
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/authentication/44
|
|
method: GET
|
|
handler: AuthenticationHandler44
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/authentication/48
|
|
method: POST
|
|
handler: AuthenticationHandler48
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/authentication/52
|
|
method: GET
|
|
handler: AuthenticationHandler52
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/authentication/56
|
|
method: GET
|
|
handler: AuthenticationHandler56
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/authentication/60
|
|
method: POST
|
|
handler: AuthenticationHandler60
|
|
is_streaming: true
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/authentication/64
|
|
method: GET
|
|
handler: AuthenticationHandler64
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/authentication/68
|
|
method: GET
|
|
handler: AuthenticationHandler68
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/authentication/72
|
|
method: POST
|
|
handler: AuthenticationHandler72
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
Plans:
|
|
- path: /projects/{projectId}/plans/{planId}
|
|
method: GET
|
|
handler: GetPlanHandler
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
- planId
|
|
description: ''
|
|
category: Plans
|
|
- path: /projects/{projectId}/plans/{planId}/stream
|
|
method: GET
|
|
handler: PlanStreamHandler
|
|
is_streaming: true
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
- planId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/plans/{projectId}/1
|
|
method: GET
|
|
handler: PlansHandler1
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/plans/{projectId}/{planId}/5
|
|
method: GET
|
|
handler: PlansHandler5
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
- planId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/plans/{projectId}/9
|
|
method: POST
|
|
handler: PlansHandler9
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/plans/{projectId}/13
|
|
method: GET
|
|
handler: PlansHandler13
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/plans/{projectId}/17
|
|
method: GET
|
|
handler: PlansHandler17
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/plans/{projectId}/21
|
|
method: POST
|
|
handler: PlansHandler21
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/plans/{projectId}/{planId}/25
|
|
method: GET
|
|
handler: PlansHandler25
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
- planId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/plans/{projectId}/29
|
|
method: GET
|
|
handler: PlansHandler29
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/plans/{projectId}/33
|
|
method: POST
|
|
handler: PlansHandler33
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/plans/{projectId}/37
|
|
method: GET
|
|
handler: PlansHandler37
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/plans/{projectId}/41
|
|
method: GET
|
|
handler: PlansHandler41
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/plans/{projectId}/{planId}/45
|
|
method: POST
|
|
handler: PlansHandler45
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
- planId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/plans/{projectId}/49
|
|
method: GET
|
|
handler: PlansHandler49
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/plans/{projectId}/53
|
|
method: GET
|
|
handler: PlansHandler53
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/plans/{projectId}/57
|
|
method: POST
|
|
handler: PlansHandler57
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/plans/{projectId}/61
|
|
method: GET
|
|
handler: PlansHandler61
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/plans/{projectId}/{planId}/65
|
|
method: GET
|
|
handler: PlansHandler65
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
- planId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/plans/{projectId}/69
|
|
method: POST
|
|
handler: PlansHandler69
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/plans/{projectId}/73
|
|
method: GET
|
|
handler: PlansHandler73
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
Models:
|
|
- path: /projects/{projectId}/models
|
|
method: GET
|
|
handler: ListModelsHandler
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Models
|
|
- path: /models
|
|
method: GET
|
|
handler: ModelsListHandler
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/models/3
|
|
method: POST
|
|
handler: ModelsHandler3
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/models/7
|
|
method: GET
|
|
handler: ModelsHandler7
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/models/11
|
|
method: GET
|
|
handler: ModelsHandler11
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/models/15
|
|
method: POST
|
|
handler: ModelsHandler15
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/models/19
|
|
method: GET
|
|
handler: ModelsHandler19
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/models/23
|
|
method: GET
|
|
handler: ModelsHandler23
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/models/27
|
|
method: POST
|
|
handler: ModelsHandler27
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/models/31
|
|
method: GET
|
|
handler: ModelsHandler31
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/models/35
|
|
method: GET
|
|
handler: ModelsHandler35
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/models/39
|
|
method: POST
|
|
handler: ModelsHandler39
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/models/43
|
|
method: GET
|
|
handler: ModelsHandler43
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/models/47
|
|
method: GET
|
|
handler: ModelsHandler47
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/models/51
|
|
method: POST
|
|
handler: ModelsHandler51
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/models/55
|
|
method: GET
|
|
handler: ModelsHandler55
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/models/59
|
|
method: GET
|
|
handler: ModelsHandler59
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/models/63
|
|
method: POST
|
|
handler: ModelsHandler63
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/models/67
|
|
method: GET
|
|
handler: ModelsHandler67
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/models/71
|
|
method: GET
|
|
handler: ModelsHandler71
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/models/75
|
|
method: POST
|
|
handler: ModelsHandler75
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
Projects:
|
|
- path: /api/projects/{projectId}/2
|
|
method: GET
|
|
handler: ProjectsHandler2
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/projects/{projectId}/6
|
|
method: POST
|
|
handler: ProjectsHandler6
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/projects/{projectId}/10
|
|
method: GET
|
|
handler: ProjectsHandler10
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/projects/{projectId}/14
|
|
method: GET
|
|
handler: ProjectsHandler14
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/projects/{projectId}/18
|
|
method: POST
|
|
handler: ProjectsHandler18
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/projects/{projectId}/22
|
|
method: GET
|
|
handler: ProjectsHandler22
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/projects/{projectId}/26
|
|
method: GET
|
|
handler: ProjectsHandler26
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/projects/{projectId}/30
|
|
method: POST
|
|
handler: ProjectsHandler30
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/projects/{projectId}/34
|
|
method: GET
|
|
handler: ProjectsHandler34
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/projects/{projectId}/38
|
|
method: GET
|
|
handler: ProjectsHandler38
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/projects/{projectId}/42
|
|
method: POST
|
|
handler: ProjectsHandler42
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/projects/{projectId}/46
|
|
method: GET
|
|
handler: ProjectsHandler46
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/projects/{projectId}/50
|
|
method: GET
|
|
handler: ProjectsHandler50
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/projects/{projectId}/54
|
|
method: POST
|
|
handler: ProjectsHandler54
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/projects/{projectId}/58
|
|
method: GET
|
|
handler: ProjectsHandler58
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/projects/{projectId}/62
|
|
method: GET
|
|
handler: ProjectsHandler62
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/projects/{projectId}/66
|
|
method: POST
|
|
handler: ProjectsHandler66
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/projects/{projectId}/70
|
|
method: GET
|
|
handler: ProjectsHandler70
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/projects/{projectId}/74
|
|
method: GET
|
|
handler: ProjectsHandler74
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
all_endpoints:
|
|
- path: /health
|
|
method: GET
|
|
handler: HealthHandler
|
|
is_streaming: false
|
|
requires_auth: false
|
|
path_params: []
|
|
description: ''
|
|
category: System
|
|
- path: /version
|
|
method: GET
|
|
handler: VersionHandler
|
|
is_streaming: false
|
|
requires_auth: false
|
|
path_params: []
|
|
description: ''
|
|
category: System
|
|
- path: /accounts/sign_in
|
|
method: POST
|
|
handler: SignInHandler
|
|
is_streaming: false
|
|
requires_auth: false
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /projects/{projectId}/plans/{planId}
|
|
method: GET
|
|
handler: GetPlanHandler
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
- planId
|
|
description: ''
|
|
category: Plans
|
|
- path: /projects/{projectId}/plans/{planId}/stream
|
|
method: GET
|
|
handler: PlanStreamHandler
|
|
is_streaming: true
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
- planId
|
|
description: ''
|
|
category: Plans
|
|
- path: /projects/{projectId}/models
|
|
method: GET
|
|
handler: ListModelsHandler
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Models
|
|
- path: /models
|
|
method: GET
|
|
handler: ModelsListHandler
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/plans/{projectId}/1
|
|
method: GET
|
|
handler: PlansHandler1
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/projects/{projectId}/2
|
|
method: GET
|
|
handler: ProjectsHandler2
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/models/3
|
|
method: POST
|
|
handler: ModelsHandler3
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/authentication/4
|
|
method: GET
|
|
handler: AuthenticationHandler4
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/plans/{projectId}/{planId}/5
|
|
method: GET
|
|
handler: PlansHandler5
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
- planId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/projects/{projectId}/6
|
|
method: POST
|
|
handler: ProjectsHandler6
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/models/7
|
|
method: GET
|
|
handler: ModelsHandler7
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/authentication/8
|
|
method: GET
|
|
handler: AuthenticationHandler8
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/plans/{projectId}/9
|
|
method: POST
|
|
handler: PlansHandler9
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/projects/{projectId}/10
|
|
method: GET
|
|
handler: ProjectsHandler10
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/models/11
|
|
method: GET
|
|
handler: ModelsHandler11
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/authentication/12
|
|
method: POST
|
|
handler: AuthenticationHandler12
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/plans/{projectId}/13
|
|
method: GET
|
|
handler: PlansHandler13
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/projects/{projectId}/14
|
|
method: GET
|
|
handler: ProjectsHandler14
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/models/15
|
|
method: POST
|
|
handler: ModelsHandler15
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/authentication/16
|
|
method: GET
|
|
handler: AuthenticationHandler16
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/plans/{projectId}/17
|
|
method: GET
|
|
handler: PlansHandler17
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/projects/{projectId}/18
|
|
method: POST
|
|
handler: ProjectsHandler18
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/models/19
|
|
method: GET
|
|
handler: ModelsHandler19
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/authentication/20
|
|
method: GET
|
|
handler: AuthenticationHandler20
|
|
is_streaming: true
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/plans/{projectId}/21
|
|
method: POST
|
|
handler: PlansHandler21
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/projects/{projectId}/22
|
|
method: GET
|
|
handler: ProjectsHandler22
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/models/23
|
|
method: GET
|
|
handler: ModelsHandler23
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/authentication/24
|
|
method: POST
|
|
handler: AuthenticationHandler24
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/plans/{projectId}/{planId}/25
|
|
method: GET
|
|
handler: PlansHandler25
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
- planId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/projects/{projectId}/26
|
|
method: GET
|
|
handler: ProjectsHandler26
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/models/27
|
|
method: POST
|
|
handler: ModelsHandler27
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/authentication/28
|
|
method: GET
|
|
handler: AuthenticationHandler28
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/plans/{projectId}/29
|
|
method: GET
|
|
handler: PlansHandler29
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/projects/{projectId}/30
|
|
method: POST
|
|
handler: ProjectsHandler30
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/models/31
|
|
method: GET
|
|
handler: ModelsHandler31
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/authentication/32
|
|
method: GET
|
|
handler: AuthenticationHandler32
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/plans/{projectId}/33
|
|
method: POST
|
|
handler: PlansHandler33
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/projects/{projectId}/34
|
|
method: GET
|
|
handler: ProjectsHandler34
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/models/35
|
|
method: GET
|
|
handler: ModelsHandler35
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/authentication/36
|
|
method: POST
|
|
handler: AuthenticationHandler36
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/plans/{projectId}/37
|
|
method: GET
|
|
handler: PlansHandler37
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/projects/{projectId}/38
|
|
method: GET
|
|
handler: ProjectsHandler38
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/models/39
|
|
method: POST
|
|
handler: ModelsHandler39
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/authentication/40
|
|
method: GET
|
|
handler: AuthenticationHandler40
|
|
is_streaming: true
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/plans/{projectId}/41
|
|
method: GET
|
|
handler: PlansHandler41
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/projects/{projectId}/42
|
|
method: POST
|
|
handler: ProjectsHandler42
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/models/43
|
|
method: GET
|
|
handler: ModelsHandler43
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/authentication/44
|
|
method: GET
|
|
handler: AuthenticationHandler44
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/plans/{projectId}/{planId}/45
|
|
method: POST
|
|
handler: PlansHandler45
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
- planId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/projects/{projectId}/46
|
|
method: GET
|
|
handler: ProjectsHandler46
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/models/47
|
|
method: GET
|
|
handler: ModelsHandler47
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/authentication/48
|
|
method: POST
|
|
handler: AuthenticationHandler48
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/plans/{projectId}/49
|
|
method: GET
|
|
handler: PlansHandler49
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/projects/{projectId}/50
|
|
method: GET
|
|
handler: ProjectsHandler50
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/models/51
|
|
method: POST
|
|
handler: ModelsHandler51
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/authentication/52
|
|
method: GET
|
|
handler: AuthenticationHandler52
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/plans/{projectId}/53
|
|
method: GET
|
|
handler: PlansHandler53
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/projects/{projectId}/54
|
|
method: POST
|
|
handler: ProjectsHandler54
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/models/55
|
|
method: GET
|
|
handler: ModelsHandler55
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/authentication/56
|
|
method: GET
|
|
handler: AuthenticationHandler56
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/plans/{projectId}/57
|
|
method: POST
|
|
handler: PlansHandler57
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/projects/{projectId}/58
|
|
method: GET
|
|
handler: ProjectsHandler58
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/models/59
|
|
method: GET
|
|
handler: ModelsHandler59
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/authentication/60
|
|
method: POST
|
|
handler: AuthenticationHandler60
|
|
is_streaming: true
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/plans/{projectId}/61
|
|
method: GET
|
|
handler: PlansHandler61
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/projects/{projectId}/62
|
|
method: GET
|
|
handler: ProjectsHandler62
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/models/63
|
|
method: POST
|
|
handler: ModelsHandler63
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/authentication/64
|
|
method: GET
|
|
handler: AuthenticationHandler64
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/plans/{projectId}/{planId}/65
|
|
method: GET
|
|
handler: PlansHandler65
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
- planId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/projects/{projectId}/66
|
|
method: POST
|
|
handler: ProjectsHandler66
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/models/67
|
|
method: GET
|
|
handler: ModelsHandler67
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/authentication/68
|
|
method: GET
|
|
handler: AuthenticationHandler68
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/plans/{projectId}/69
|
|
method: POST
|
|
handler: PlansHandler69
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/projects/{projectId}/70
|
|
method: GET
|
|
handler: ProjectsHandler70
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/models/71
|
|
method: GET
|
|
handler: ModelsHandler71
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|
|
- path: /api/authentication/72
|
|
method: POST
|
|
handler: AuthenticationHandler72
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Authentication
|
|
- path: /api/plans/{projectId}/73
|
|
method: GET
|
|
handler: PlansHandler73
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Plans
|
|
- path: /api/projects/{projectId}/74
|
|
method: GET
|
|
handler: ProjectsHandler74
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params:
|
|
- projectId
|
|
description: ''
|
|
category: Projects
|
|
- path: /api/models/75
|
|
method: POST
|
|
handler: ModelsHandler75
|
|
is_streaming: false
|
|
requires_auth: true
|
|
path_params: []
|
|
description: ''
|
|
category: Models
|