Skip to content

Releases: APNF/man-openapi

1.6.0 Release - 2023/12/13

18 Dec 08:57
8be1502
Compare
Choose a tag to compare

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 and verified_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 add BypassTokenId reference and specify required properties
  • (GCO) (Providers) Update bypass_token property in Provider schema
  • (GCO) (Providers) Remove domains_allowed mentions from ProviderCreationRequest schema and examples as property has been removed since 1.3.0 release
  • (GCO) (Providers) Updated ProviderDetails schema to add deposit_notification_list property and remove last_verification property
  • (GCO) (Users) GET /users - Add created_at, updated_at and last_connected_at properties to UserSummaryView 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

06 Oct 09:32
9a91e86
Compare
Choose a tag to compare

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

28 Sep 12:34
Compare
Choose a tag to compare

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