Changes to Get jobs
GET /api/v2/jobs
Every recorded change to this endpoint, newest first. Back to the operation
Changed in 5 of the 66 revisions of this API.6565
- f87a90d5a2d011
- 40bf219eced61814
- 6aaeba6ecdc51418
- 674e0a229e8a1814
- a426ff0abf8f1418
What changed
- ▲
added the pattern
^((eq|neq):)?[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$to thequeryrequest parameterclient_idrequest-parameter-pattern-added
- ○
for the
queryrequest parameterclient_id, the type/format was generalized fromstring/uuidtostring/request-parameter-type-generalized
- ▲
- ▲
added the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$to thequeryrequest parameterad_structure_collectionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$to thequeryrequest parameterca_registry_collectionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$to thequeryrequest parametercert_services_collectionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$to thequeryrequest parameterdc_registry_collectionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$to thequeryrequest parameterlocal_group_collectionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$to thequeryrequest parametersession_collectionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$to thequeryrequest parameterevent_idrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parametercreated_atrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parameterdeleted_atrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parameterend_timerequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parameterexecution_timerequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parameterlast_ingestrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parameterstart_timerequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parameterupdated_atrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterdomain_controllerrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterevent_titlerequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterlog_pathrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterstatusrequest-parameter-pattern-added
- ○
for the
queryrequest parameterad_structure_collection, the type/format was generalized fromboolean/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterca_registry_collection, the type/format was generalized fromboolean/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parametercert_services_collection, the type/format was generalized fromboolean/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parametercreated_at, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterdc_registry_collection, the type/format was generalized fromboolean/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterdeleted_at, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterend_time, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterevent_id, the type/format was generalized frominteger/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterexecution_time, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterlast_ingest, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterlocal_group_collection, the type/format was generalized fromboolean/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parametersession_collection, the type/format was generalized fromboolean/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterstart_time, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterupdated_at, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ▲
- ▲
for the
queryrequest parameterad_structure_collection, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ▲
for the
queryrequest parameterca_registry_collection, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ▲
for the
queryrequest parametercert_services_collection, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ▲
for the
queryrequest parametercreated_at, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ▲
for the
queryrequest parameterdc_registry_collection, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ▲
for the
queryrequest parameterdeleted_at, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ▲
for the
queryrequest parameterend_time, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ▲
for the
queryrequest parameterevent_id, the type/format was changed fromstring/tointeger/request-parameter-type-changed
- ▲
for the
queryrequest parameterexecution_time, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ▲
for the
queryrequest parameterlast_ingest, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ▲
for the
queryrequest parameterlocal_group_collection, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ▲
for the
queryrequest parametersession_collection, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ▲
for the
queryrequest parameterstart_time, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ▲
for the
queryrequest parameterupdated_at, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ○
removed the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$from thequeryrequest parameterad_structure_collectionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$from thequeryrequest parameterca_registry_collectionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$from thequeryrequest parametercert_services_collectionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$from thequeryrequest parameterdc_registry_collectionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$from thequeryrequest parameterlocal_group_collectionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$from thequeryrequest parametersession_collectionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$from thequeryrequest parameterevent_idrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parametercreated_atrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parameterdeleted_atrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parameterend_timerequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parameterexecution_timerequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parameterlast_ingestrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parameterstart_timerequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parameterupdated_atrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameterdomain_controllerrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameterevent_titlerequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameterlog_pathrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameterstatusrequest-parameter-pattern-removed
- ▲
- ▲
added the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$to thequeryrequest parameterad_structure_collectionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$to thequeryrequest parameterca_registry_collectionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$to thequeryrequest parametercert_services_collectionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$to thequeryrequest parameterdc_registry_collectionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$to thequeryrequest parameterlocal_group_collectionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$to thequeryrequest parametersession_collectionrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$to thequeryrequest parameterevent_idrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parametercreated_atrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parameterdeleted_atrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parameterend_timerequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parameterexecution_timerequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parameterlast_ingestrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parameterstart_timerequest-parameter-pattern-added
- ▲
added the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$to thequeryrequest parameterupdated_atrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterdomain_controllerrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterevent_titlerequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterlog_pathrequest-parameter-pattern-added
- ▲
added the pattern
^((eq|~eq|neq):)?[^:]+$to thequeryrequest parameterstatusrequest-parameter-pattern-added
- ○
for the
queryrequest parameterad_structure_collection, the type/format was generalized fromboolean/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterca_registry_collection, the type/format was generalized fromboolean/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parametercert_services_collection, the type/format was generalized fromboolean/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parametercreated_at, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterdc_registry_collection, the type/format was generalized fromboolean/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterdeleted_at, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterend_time, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterevent_id, the type/format was generalized frominteger/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterexecution_time, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterlast_ingest, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterlocal_group_collection, the type/format was generalized fromboolean/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parametersession_collection, the type/format was generalized fromboolean/tostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterstart_time, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ○
for the
queryrequest parameterupdated_at, the type/format was generalized fromstring/date-timetostring/request-parameter-type-generalized
- ▲
- ▲
for the
queryrequest parameterad_structure_collection, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ▲
for the
queryrequest parameterca_registry_collection, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ▲
for the
queryrequest parametercert_services_collection, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ▲
for the
queryrequest parametercreated_at, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ▲
for the
queryrequest parameterdc_registry_collection, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ▲
for the
queryrequest parameterdeleted_at, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ▲
for the
queryrequest parameterend_time, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ▲
for the
queryrequest parameterevent_id, the type/format was changed fromstring/tointeger/request-parameter-type-changed
- ▲
for the
queryrequest parameterexecution_time, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ▲
for the
queryrequest parameterlast_ingest, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ▲
for the
queryrequest parameterlocal_group_collection, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ▲
for the
queryrequest parametersession_collection, the type/format was changed fromstring/toboolean/request-parameter-type-changed
- ▲
for the
queryrequest parameterstart_time, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ▲
for the
queryrequest parameterupdated_at, the type/format was changed fromstring/tostring/date-timerequest-parameter-type-changed
- ○
removed the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$from thequeryrequest parameterad_structure_collectionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$from thequeryrequest parameterca_registry_collectionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$from thequeryrequest parametercert_services_collectionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$from thequeryrequest parameterdc_registry_collectionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$from thequeryrequest parameterlocal_group_collectionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq):)?(t|T|TRUE|true|True|f|F|FALSE|false|False)$from thequeryrequest parametersession_collectionrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?-?[0-9]+$from thequeryrequest parameterevent_idrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parametercreated_atrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parameterdeleted_atrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parameterend_timerequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parameterexecution_timerequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parameterlast_ingestrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parameterstart_timerequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|neq|gt|gte|lt|lte):)?[0-9]{4}-[0-9]{2}-[0-9]{2}[Tt][0-9]{2}:[0-9]{2}:[0-9]{2}(\.[0-9]{1,9})?([Zz]|-[0-9]{2}:[0-9]{2})$from thequeryrequest parameterupdated_atrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameterdomain_controllerrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameterevent_titlerequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameterlog_pathrequest-parameter-pattern-removed
- ○
removed the pattern
^((eq|~eq|neq):)?[^:]+$from thequeryrequest parameterstatusrequest-parameter-pattern-removed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲