Skip to content

Commit 677c58d

Browse files
spec: API v2_3_1 (bugfix)
Remove internal tag from endpoint
1 parent b0a6c4c commit 677c58d

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

api/changelogs/changelog_v2_3_0 .md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ James Stark
1818
+ Add new POST operation with a MatchRequestNew payload
1919
# Generates a match fitting this MatchRequest with placeholder users
2020

21-
@@ POST @ /api/v2/users/demo @@
21+
@@ Get @ /api/v2/users/demo @@
2222
+ Add new GET operation with no payload that returns demo users
2323
# Returns 3 pre-made demo-users
2424

api/changelogs/changelog_v2_3_1.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## Info
2+
### Version
3+
v2.3.0
4+
### Date
5+
2025-19-07
6+
### Autor
7+
James Stark
8+
## Changelog:
9+
10+
### Endpoints
11+
- Remove internal tag
12+
13+
14+
``` diff
15+
16+
@@ GET @ /api/v2/users/demo @@
17+
- Remove internal tag
18+
# code-gen does not generate internal
19+
20+
```

api/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ x-stoplight:
33
id: ceylawji1yc2t
44
info:
55
title: MeetAtMensa
6-
version: 2.3.0
6+
version: 2.3.1
77
description: |-
88
This OpenAPI specification defines the endpoints, schemas, and security mechanisms
99
for the Meet@Mensa User micro-service.
@@ -1106,7 +1106,7 @@ paths:
11061106
x-stoplight:
11071107
id: fq2onjttsvxxa
11081108
description: Return 3 demo-users in a UserCollection
1109-
x-internal: true
1109+
x-internal: false
11101110
tags:
11111111
- name: GenAI
11121112
description: Paths belonging to the GenAI microservice

0 commit comments

Comments
 (0)