Changes to Get a profile

GET /v1/profiles/{id}

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 4 of the 54 revisions of this API.116

  1. 4985d7bcd32f5
  2. 45efcdf3e5cc1
  3. 97dcad9b050e19
  4. a4d7cab569c61

What changed

    • added the new optional query request parameter projectId

      new-optional-request-parameter

    • added the optional property linkToDocs to the response with the 400 status

      response-optional-property-added

    • added the optional property linkToDocs to the response with the 404 status

      response-optional-property-added

    • added the optional property linkToDocs to the response with the 500 status

      response-optional-property-added

    • added the required property projectId to the response with the 200 status

      response-required-property-added

    • removed the DELETED enum value from the status response property for the response status 200

      response-property-enum-value-removed

    • added the new DELETED enum value to the status response property for the response status 200

      response-property-enum-value-added

    • the response property context/items/params became required for the status 400

      response-property-became-required

    • the response property context/items/params became required for the status 404

      response-property-became-required

    • the response property context/items/params became required for the status 500

      response-property-became-required

    • the response property credentialsConfig became required for the status 200

      response-property-became-required

    • the response property useProxyConfig became required for the status 200

      response-property-became-required

    • the createdAt response's property pattern ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$ was added for the status 200

      response-property-pattern-added

    • the id response's property pattern ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$ was added for the status 200

      response-property-pattern-added

    • the sourceSessionId response's property pattern ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$ was added for the status 200

      response-property-pattern-added

    • the updatedAt response's property pattern ^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$ was added for the status 200

      response-property-pattern-added

    • endpoint added

      endpoint-added