Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@
{
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
},
{
"path": "detect_secrets.filters.common.is_baseline_file",
"filename": ".secrets.baseline"
},
{
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
"min_level": 2
Expand Down Expand Up @@ -167,7 +163,7 @@
"filename": "openapi/adminusers_spec.yaml",
"hashed_secret": "3660e32cde5fccc8d1e4521d0c831c2012388720",
"is_verified": false,
"line_number": 1276
"line_number": 1281
}
],
"src/main/java/uk/gov/pay/adminusers/model/CreateUserRequest.java": [
Expand Down Expand Up @@ -466,5 +462,5 @@
}
]
},
"generated_at": "2024-09-18T11:36:14Z"
"generated_at": "2025-04-10T15:35:17Z"
}
6 changes: 6 additions & 0 deletions openapi/adminusers_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1159,6 +1159,7 @@ components:
type: string
service_external_id:
type: string
minLength: 1
valid_role_name:
type: boolean
required:
Expand Down Expand Up @@ -1188,6 +1189,7 @@ components:
email:
type: string
example: example@example.gov.uk
minLength: 1
role_name:
type: string
enum:
Expand All @@ -1202,9 +1204,11 @@ components:
type: string
description: User external ID
example: d0wksn12nklsdf1nd02nd9n2ndk
minLength: 1
service_external_id:
type: string
example: dj2jkejke32jfhh3
minLength: 1
required:
- email
- role_name
Expand All @@ -1216,6 +1220,7 @@ components:
email:
type: string
example: example@example.gov.uk
minLength: 1
required:
- email
CreateServiceRequest:
Expand Down Expand Up @@ -1331,6 +1336,7 @@ components:
type: string
example: d02jddeib0lqpsir28fbskg9v0rv
maxLength: 255
minLength: 1
otp:
type: integer
format: int32
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<pact.version>3.6.15</pact.version>
<pay-java-commons.version>1.0.20250408134759</pay-java-commons.version>
<prometheus.version>0.16.0</prometheus.version>
<swaggger-version>2.2.28</swaggger-version>
<swaggger-version>2.2.30</swaggger-version>
<surefire.version>3.5.3</surefire.version>
<PACT_BROKER_URL/>
<PACT_BROKER_USERNAME/>
Expand Down
Loading