Axway · Example Payload

Axway User Updatecredentials Example

API ManagementEnterpriseIntegrationSecurity

Axway User Updatecredentials Example is an example object payload from Axway, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "user_updateCredentials",
  "method": "PUT",
  "path": "/user/credentials",
  "summary": "Axway Set Credentials for Tooling",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "400",
      "contentType": "application/json",
      "name": "FORBIDDEN",
      "example": {
        "$ref": "#/components/examples/FORBIDDEN/value"
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "PASSWORD_IN_HISTORY",
      "example": {
        "success": false,
        "description": "Passwords should not be used recently.",
        "code": 400
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "PASSWORD_USER_INFO",
      "example": {
        "success": false,
        "description": "Passwords should not contain your name, email address, or other personally identifiable information.",
        "code": 400,
        "internalCode": 411
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "LOGIN_REQUIRED",
      "example": {
        "$ref": "#/components/examples/LOGIN_REQUIRED/value"
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "PARAM_INVALID",
      "example": {
        "$ref": "#/components/examples/PARAM_INVALID/value"
      }
    },
    {
      "status": "400",
      "contentType": "application/json",
      "name": "PARAM_REQUIRED",
      "example": {
        "$ref": "#/components/examples/PARAM_REQUIRED/value"
      }
    }
  ]
}