Skip to main content

Add credential to ServiceSubscriber

Add credential to ServiceSubscriber

Path Parameters
    serviceSubscriberUUID string required
Request Body required
    name string required

    Possible values: <= 100 characters

    description string

    Possible values: <= 200 characters

    tokenExpiryMethod string

    Possible values: <= 45 characters

    expiryMethodValue string

    Possible values: <= 255 characters

Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
  • ]
  • apiRequestId string
    name string
    description string
    userName string
    password string
    tokenExpiryMethod string
    expiryMethodValue string
    isValid boolean
Loading...