Changes to POST /api/v1/job-types

POST /api/v1/job-types

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

Changed in 2 of the 6 revisions of this API.1416

  1. 9db94ab09bfb1414
  2. 23919cce1e872

What changed

  • 9db94ab09bfb1414See the full diff
    • added the new POST_AUDIT_TRAILS enum value to the jobType/postPersistHooks/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new POST_AUDIT_TRAILS enum value to the jobType/prePersistHooks/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new POST_DATA_UPLOAD_TO_VECTORDB enum value to the jobType/postPersistHooks/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new POST_DATA_UPLOAD_TO_VECTORDB enum value to the jobType/prePersistHooks/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new POST_MONGO_INDEX_CREATION enum value to the jobType/postPersistHooks/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new POST_MONGO_INDEX_CREATION enum value to the jobType/prePersistHooks/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new POST_SOA_PROCESSING enum value to the jobType/postPersistHooks/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new POST_SOA_PROCESSING enum value to the jobType/prePersistHooks/items/type response property for the response status 200

      response-property-enum-value-added

    • added the new SubJob_as_Field enum value to the jobType/properties/items/fieldType response property for the response status 200

      response-property-enum-value-added

    • added the new SubJob_as_Field enum value to the workflowType/steps/items/roles/items/properties/items/fieldType response property for the response status 200

      response-property-enum-value-added

    • added the new SubJob_as_Section enum value to the jobType/properties/items/fieldType response property for the response status 200

      response-property-enum-value-added

    • added the new SubJob_as_Section enum value to the workflowType/steps/items/roles/items/properties/items/fieldType response property for the response status 200

      response-property-enum-value-added

    • added the new SubJob_as_Selection enum value to the jobType/properties/items/fieldType response property for the response status 200

      response-property-enum-value-added

    • added the new SubJob_as_Selection enum value to the workflowType/steps/items/roles/items/properties/items/fieldType response property for the response status 200

      response-property-enum-value-added

    • added the new POST_AUDIT_TRAILS enum value to the request property jobType/postPersistHooks/items/type

      request-property-enum-value-added

    • added the new POST_AUDIT_TRAILS enum value to the request property jobType/prePersistHooks/items/type

      request-property-enum-value-added

    • added the new POST_DATA_UPLOAD_TO_VECTORDB enum value to the request property jobType/postPersistHooks/items/type

      request-property-enum-value-added

    • added the new POST_DATA_UPLOAD_TO_VECTORDB enum value to the request property jobType/prePersistHooks/items/type

      request-property-enum-value-added

    • added the new POST_MONGO_INDEX_CREATION enum value to the request property jobType/postPersistHooks/items/type

      request-property-enum-value-added

    • added the new POST_MONGO_INDEX_CREATION enum value to the request property jobType/prePersistHooks/items/type

      request-property-enum-value-added

    • added the new POST_SOA_PROCESSING enum value to the request property jobType/postPersistHooks/items/type

      request-property-enum-value-added

    • added the new POST_SOA_PROCESSING enum value to the request property jobType/prePersistHooks/items/type

      request-property-enum-value-added

    • added the new SubJob_as_Field enum value to the request property jobType/properties/items/fieldType

      request-property-enum-value-added

    • added the new SubJob_as_Field enum value to the request property workflowType/steps/items/roles/items/properties/items/fieldType

      request-property-enum-value-added

    • added the new SubJob_as_Section enum value to the request property jobType/properties/items/fieldType

      request-property-enum-value-added

    • added the new SubJob_as_Section enum value to the request property workflowType/steps/items/roles/items/properties/items/fieldType

      request-property-enum-value-added

    • added the new SubJob_as_Selection enum value to the request property jobType/properties/items/fieldType

      request-property-enum-value-added

    • added the new SubJob_as_Selection enum value to the request property workflowType/steps/items/roles/items/properties/items/fieldType

      request-property-enum-value-added

    • added the new optional request property jobType/subJobProperties

      new-optional-request-property

    • added the optional property jobType/subJobProperties to the response with the 200 status

      response-optional-property-added