# 1.2.1.3 Admin Services

**Release Version:** v1.2.1.3

**Release Type:** Patch Release

**Release Date:** 5th September, 2025

## **Overview** <a href="#overview" id="overview"></a>

This patch release focuses on critical fixes to the automation test suites for Admin Service repository. The changes address issues in test scripts to establish a zero-failure baseline, enhancing the stability and reliability of testing across these identity management components.

## **Major Highlights/Features** <a href="#major-highlights-features" id="major-highlights-features"></a>

* Daily automation in the qatest1 environment fails because the `GetMappedMachinesByRegCentID` API is called with a non-existent `regCenterId` (“10001”) instead of the one used in setup (“10054”).

## Bug Fixes

| JIRA                                                          | Description                                                                                                                                                      |
| ------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [MOSIP-42428](https://mosip.atlassian.net/browse/MOSIP-42428) | MasterData API - ‘GetMappedMachinesByRegCentID’ test case is failing because it is using a non-existent `regCenterId`, resulting in a ‘Machine not found’ error. |

## Repository Released

| Repository     | Tags                                                              |
| -------------- | ----------------------------------------------------------------- |
| admin-services | [v1.2.1.3](https://github.com/mosip/admin-services/tree/v1.2.1.3) |

## Documentation

[Documentation for Admin Service API Test Rig](https://github.com/mosip/admin-services/tree/release-1.2.1.x/api-test#readme)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mosip.io/1.2.0/roadmap-and-releases/releases/1.2.1.3-admin-services.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
