Changelog



Summary

This update introduces new endpoints for managing IP access lists. See Astro IP access list documentation for more information.

Added

New endpoints:

  • GET /organizations/{organizationId}/allowed-ip-address-ranges to list allowed IP address ranges
  • POST /organizations/{organizationId}/allowed-ip-address-ranges to create an allowed IP address range that constrains which IP addresses can be used to interact with your Astro Organization using APIs
  • DELETE /organizations/{organizationId}/allowed-ip-address-ranges/{allowedIpAddressRangeId} to delete an allowed IP address range.

New object schemas:

  • CreateAllowedIpAddressRangeRequest
  • AllowedIpAddressRangesPaginated
  • AllowedIpAddressRange

  • The endpoint DELETE /organizations/{organizationId}/roles/{customRoleId} now returns a deploymentRoles attribute
  • The endpoint GET /authorization/permission-groups now returns a deploymentRoles attribute
  • The endpoint GET /organizations/{organizationId}/role-templates now returns a deploymentRoles attribute
  • The endpoint GET /organizations/{organizationId}/roles now returns a deploymentRoles attribute
  • The endpoint GET /organizations/{organizationId}/roles/{roleId} now returns a deploymentRoles attribute
  • The endpoint POST /organizations/{organizationId}/roles now returns a deploymentRoles attribute
  • The endpoint POST /organizations/{organizationId}/roles/{customRoleId} now returns a deploymentRoles attribute
Built with