Updates the specified application profile metadata
PATCH/v1/appProfiles/:uid/metadata
Updates the specified application profile metadata
Request
Path Parameters
uid stringrequired
Application profile uid
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
metadata
object
required
Application profile metadata update request payload
annotations
object
Application profile annotations
property name*string
labels
object
Application profile labels
property name*string
versionstring
Application profile version
Responses
- 204
The resource was updated successfully
Loading...