FAQ | This is a LIVE service | Changelog

Skip to content

Update to latest version of identity lib which contains updated Card API types

Monty Dawson requested to merge ensure-make-command-works into main

We had old type definitions being used fort the Card API, which didn't know about the make action and therefore threw a client-side error before making the request as the body of the request is validated against the types generated from the OpenAPI spec.

This update allows the make command to apply successfully.

Part of https://gitlab.developers.cam.ac.uk/uis/devops/iam/card-database/card-api/-/issues/163.

Merge request reports