v2
experts
experts
private

Create Raised Expert

post/api/experts/raise

Request body

namestring required
rolestring nullable
avatar_urlstring nullable
colorstring nullable
voice_preferencesstring nullable
aboutstring nullable
weekly_budgetinteger nullable

Response

Successful Response

Changes

Changed in 3 of the 92 revisions of this API.219

  • 7a73da1c44a4217See the full diff
    • removed the required property first_job_failure_reason from the response with the 200 status

      response-required-property-removed

    • removed the required property first_job_installed from the response with the 200 status

      response-required-property-removed

    • removed the request property first_job_store_listing_version_id

      request-property-removed

    • added the new optional request property about

      new-optional-request-property

    • added the new optional request property attachments

      new-optional-request-property

    • added the new optional request property avatar_url

      new-optional-request-property

    • added the new optional request property color

      new-optional-request-property

    • added the new optional request property weekly_budget

      new-optional-request-property

    • added the optional property expert/color to the response with the 200 status

      response-optional-property-added

    • added the optional property failed_attachments to the response with the 200 status

      response-optional-property-added

    • added the optional property expert/pod_id to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added