Skip to content

Commit fc2d3a7

Browse files
author
GitLab CI
committed
chore(release): 6.1.0
1 parent 6158d6a commit fc2d3a7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [6.1.0](https://github.com/britned/empire-platform-api/compare/v6.0.5...v6.1.0) (2025-05-06)
2+
3+
4+
### Features
5+
6+
* **organisations:** participate in gopacs flag for participant
7+
18
### [6.0.5](https://github.com/britned/empire-platform-api/compare/v6.0.4...v6.0.5) (2025-03-28)
29

310
> No changes affecting Participants.

openapi.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
---
88
99
Additional documentation available in the API's [GitHub repository](https://github.com/britned/empire-platform-api)
10-
version: 6.0.5
10+
version: 6.1.0
1111
contact:
1212
name: BritNed
1313
url: https://www.britned.com
@@ -12531,6 +12531,7 @@ components:
1253112531
- eicCode
1253212532
- gbNominationSettings
1253312533
- nlNominationSettings
12534+
- participateInGopacs
1253412535
properties:
1253512536
eicCode:
1253612537
$ref: '#/components/schemas/OrganisationEicCode'
@@ -12558,6 +12559,8 @@ components:
1255812559
type: string
1255912560
onBehalfParticipantId:
1256012561
$ref: '#/components/schemas/Identifier'
12562+
participateInGopacs:
12563+
type: boolean
1256112564
OrganisationStatus:
1256212565
type: string
1256312566
enum:

0 commit comments

Comments
 (0)