Releases: APNF/man-openapi
Releases · APNF/man-openapi
1.7.0 Release - 2024/09/09
1.7.0 Release
- New Open API file for APNF MAN Platform - Platform API Reference
- (AUTH) Reorder alphabetically components
- (BPCO) Reorder alphabetically components
- (GCO) (Certificates) Add
INVALIDATION
status to be used during CA compromission - (GCO) (Certificates) New API method - GET /certificates/export
- (GCO) (Providers) GET /providers/{provider_id}/bypass_token - Rename response from
records
tobypass_tokens
- (GCO) (Providers) Remove users and history API methods as available as part of the MAN Platform API Reference document.
- (GCO) (Providers) Cleanup provider unused examples and schemas
1.6.0 Release - 2023/12/13
1.6.0 Release
- (BPCO) (Description) Fix spelling error in 'Rate limiting'
- (BPCO) (History) Set correct 1.5.1 version for 2023/10/05 release
- (GCO) (Certificates) PATCH /certificates/{certificate_id} - Add constraints for expired certificates
- (GCO) (Certificates) POST /certificates/{certificate_id} - Add 409 HTTP status case
- (GCO) (Certificates) GET /certificates/export - New endpoint to export certificates as CSV
- (GCO) (Providers) GET /providers/{provider_id} - New
legal_administrator
property to provide provider current legal administrator user. - (GCO) (Providers) GET /providers - Removed
verified
,verified_at
andverified_status
filters as never implemented - (GCO) (Providers) GET /providers/{provider_id}/bypass_token - Add 415 HTTP status case
- (GCO) (Providers) PATCH /providers/{provider_id} - New
legal_administrator
property to change provider legal administrator user - (GCO) (Providers) PATCH /providers/{provider_id} - Allow
opts_contracts
property to be edited by MANAGER users - (GCO) (Providers) Add
BypassTokenId
schema - (GCO) (Providers) Update
BypassToken
schema to addBypassTokenId
reference and specify required properties - (GCO) (Providers) Update
bypass_token
property inProvider
schema - (GCO) (Providers) Remove
domains_allowed
mentions fromProviderCreationRequest
schema and examples as property has been removed since 1.3.0 release - (GCO) (Providers) Updated
ProviderDetails
schema to adddeposit_notification_list
property and removelast_verification
property - (GCO) (Users) GET /users - Add
created_at
,updated_at
andlast_connected_at
properties toUserSummaryView
schema - (GCO) (Users) GET /users - Grant API method access to the MANAGER role.
- (GCO) (Users) GET /users/{user_id} - Grant API method access to the MANAGER role.
- (GCO) (Users) GET /users/{user_id} - New
legal_administrator
to see if user is legal administrator. - (GCO) (Users) POST /users – Allow APNF administrators to create provider administrator users
- (GCO) (Users) PATCH /users - Allow APNF administrators to update the role of any provider user.
- (GCO) (Users) POST /users/reset-credential - Rename original reset-password to enhance functionality by adding reset of OTP and resend new link of account activation.
- (GCO) (BPCO) GET /bpco/certificates - Add missing
Content-Length
response header - (GCO) (Description) Fix spelling error in 'Rate limiting'
1.5.1 Release - 2023/10/06
1.5.1 Release
- (BPCO) (GET /ca) Update version format from integer to float
- (BPCO) (GET /ca/certs) Update version format from integer to float
1.5.0 Release - 2023/09/27
1.5.0 Release
- (AUTH) Clarify access token lifetime
- (AUTH) Include in
Description
section rate limiting logic - (AUTH) Add CC-BY-SA-4.0 license
- (BPCO) Include in
Description
section rate limiting logic - (BPCO) Add CC-BY-SA-4.0 license
- (GCO) Include in
Description
section rate limiting logic - (GCO) Add CC-BY-SA-4.0 license