---
title: "PATCH /{tenantID}/applications/{applicationObjectId}/passwordCredentials"
method: PATCH
path: "/{tenantID}/applications/{applicationObjectId}/passwordCredentials"
tags: ["ApplicationPasswordCredentials"]
---

# PATCH /{tenantID}/applications/{applicationObjectId}/passwordCredentials

`PATCH /{tenantID}/applications/{applicationObjectId}/passwordCredentials`

Update passwordCredentials associated with an application.

## Path parameters

- `applicationObjectId` string, required
- `tenantID` string, required

## Query parameters

- `api-version` string, required

## Request body

- PasswordCredentialsUpdateParameters — Request parameters for a PasswordCredentials update operation.
  - `value` PasswordCredential[], required — A collection of PasswordCredentials.
    - `startDate` string, date-time — Start date.
    - `endDate` string, date-time — End date.
    - `keyId` string — Key ID.
    - `value` string — Key value.
    - `customKeyIdentifier` string, byte — Custom Key Identifier

## Response `204`

No Content

## Other responses

- `default` — Error response describing why the operation failed.

---

[API](https://skmtc.net/azure/apis/graphrbacmanagementclient.md) · [All operations](https://skmtc.net/azure/apis/graphrbacmanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/graphrbacmanagementclient/revisions/71d95005600e/schema)
