/one-sessions-patch-one¶
Summary¶
Source repository:
jef-systems/jef-one-backendSource SHA:
d9654d8969ce90b3c2674d5a82811b02e2bdaf1dSource run id:
29043491493Lambda function:
jef-one-patch-005HTTP method:
PATCHAPI path:
/one/async-patch/one-sessions-patch-oneEndpoint URL:
https://api.jefoffice.com/one/async-patch/one-sessions-patch-onePayload mode:
json-body
Description¶
|
jef-one-patch-005 Logical ID: jef-one:jef-one-sessions:patch-one Order Number: 005 |
|
jef-one |
|
patch-one |
|
PATCH |
|
ASYNC |
|
/one-sessions-patch-one Endpoint Name: jef-one-sessions-patch-one |
|
jef-one-sessions |
|
session_id |
API Gateway Response¶
|
202 |
|
Request accepted for asynchronous processing. |
Payload Example¶
|
90130927-c4b3-4733-9800-253974c94a8f |
|
ca6e26b8-9406-4789-b34a-c3fc67867b18 |
Payload Schema¶
{
"type": "object",
"additionalProperties": "False",
"payload_mode": "parent-plus-children-wrapper",
"allow_children_wrapper": "True",
"children_wrapper_field": "children",
"allow_batch": "False",
"table": "jef-one-sessions",
"primary_key": "session_id",
"required[0]": "session_id",
"properties.session_id.field": "session_id",
"properties.session_id.type": "S",
"properties.session_id.required": "False",
"properties.session_id.source_required": "True",
"properties.session_id.server_generated": "True",
"properties.session_id.autogenerated": "False",
"properties.session_id.frontend_autocomputed": "False",
"properties.session_id.format": "uuidv4",
"properties.session_id.regex": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
"properties.domain_id.field": "domain_id",
"properties.domain_id.type": "S",
"properties.domain_id.required": "True",
"properties.domain_id.source_required": "True",
"properties.domain_id.server_generated": "True",
"properties.domain_id.autogenerated": "False",
"properties.domain_id.frontend_autocomputed": "False",
"properties.domain_id.format": "uuidv4",
"properties.domain_id.regex": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
"properties.main_parent_key_name.field": "main_parent_key_name",
"properties.main_parent_key_name.type": "S",
"properties.main_parent_key_name.required": "True",
"properties.main_parent_key_name.source_required": "True",
"properties.main_parent_key_name.server_generated": "False",
"properties.main_parent_key_name.autogenerated": "False",
"properties.main_parent_key_name.frontend_autocomputed": "False",
"properties.main_parent_key_name.regex": "^[A-Za-z0-9_-]{1,120}$",
"properties.main_parent_key_value.field": "main_parent_key_value",
"properties.main_parent_key_value.type": "S",
"properties.main_parent_key_value.required": "True",
"properties.main_parent_key_value.source_required": "True",
"properties.main_parent_key_value.server_generated": "False",
"properties.main_parent_key_value.autogenerated": "False",
"properties.main_parent_key_value.frontend_autocomputed": "False",
"properties.main_parent_key_value.regex": "^.{1,255}$",
"properties.employee_id.field": "employee_id",
"properties.employee_id.type": "S",
"properties.employee_id.required": "True",
"properties.employee_id.source_required": "True",
"properties.employee_id.server_generated": "True",
"properties.employee_id.autogenerated": "False",
"properties.employee_id.frontend_autocomputed": "False",
"properties.employee_id.format": "uuidv4",
"properties.employee_id.regex": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
"properties.entity_id.field": "entity_id",
"properties.entity_id.type": "S",
"properties.entity_id.required": "True",
"properties.entity_id.source_required": "True",
"properties.entity_id.server_generated": "True",
"properties.entity_id.autogenerated": "False",
"properties.entity_id.frontend_autocomputed": "False",
"properties.entity_id.format": "uuidv4",
"properties.entity_id.regex": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
"properties.application_id.field": "application_id",
"properties.application_id.type": "S",
"properties.application_id.required": "True",
"properties.application_id.source_required": "True",
"properties.application_id.server_generated": "True",
"properties.application_id.autogenerated": "False",
"properties.application_id.frontend_autocomputed": "False",
"properties.application_id.format": "uuidv4",
"properties.application_id.regex": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
"properties.status.field": "status",
"properties.status.type": "S",
"properties.status.required": "True",
"properties.status.source_required": "True",
"properties.status.server_generated": "False",
"properties.status.autogenerated": "False",
"properties.status.frontend_autocomputed": "False",
"properties.status.regex": "^[a-z][a-z0-9_-]{0,63}$",
"properties.is_valid.field": "is_valid",
"properties.is_valid.type": "BOOL",
"properties.is_valid.required": "True",
"properties.is_valid.source_required": "True",
"properties.is_valid.server_generated": "False",
"properties.is_valid.autogenerated": "False",
"properties.is_valid.frontend_autocomputed": "False",
"properties.is_valid.regex": "^(true|false)$",
"properties.is_active.field": "is_active",
"properties.is_active.type": "BOOL",
"properties.is_active.required": "False",
"properties.is_active.source_required": "True",
"properties.is_active.server_generated": "False",
"properties.is_active.autogenerated": "False",
"properties.is_active.frontend_autocomputed": "False",
"properties.is_active.regex": "^(true|false)$",
"properties.expires_at.field": "expires_at",
"properties.expires_at.type": "S",
"properties.expires_at.required": "True",
"properties.expires_at.source_required": "True",
"properties.expires_at.server_generated": "True",
"properties.expires_at.autogenerated": "False",
"properties.expires_at.frontend_autocomputed": "False",
"properties.expires_at.format": "iso8601",
"properties.expires_at.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
"properties.verified_at.field": "verified_at",
"properties.verified_at.type": "S",
"properties.verified_at.required": "False",
"properties.verified_at.source_required": "False",
"properties.verified_at.server_generated": "True",
"properties.verified_at.autogenerated": "False",
"properties.verified_at.frontend_autocomputed": "False",
"properties.verified_at.format": "iso8601",
"properties.verified_at.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
"properties.failure_code.field": "failure_code",
"properties.failure_code.type": "S",
"properties.failure_code.required": "False",
"properties.failure_code.source_required": "False",
"properties.failure_code.server_generated": "False",
"properties.failure_code.autogenerated": "False",
"properties.failure_code.frontend_autocomputed": "False",
"properties.failure_code.regex": "^[a-z][a-z0-9_-]{0,63}$",
"properties.failure_reason.field": "failure_reason",
"properties.failure_reason.type": "S",
"properties.failure_reason.required": "False",
"properties.failure_reason.source_required": "False",
"properties.failure_reason.server_generated": "False",
"properties.failure_reason.autogenerated": "False",
"properties.failure_reason.frontend_autocomputed": "False",
"properties.failure_reason.regex": "^.{0,500}$",
"children[0].parent_table": "jef-one-sessions",
"children[0].child_table": "jef-one-session-payloads",
"children[0].parent_key": "session_id",
"children[0].child_foreign_key": "session_id",
"children[0].child_index_name": "gsi_1",
"children[0].child_index_key": "gsi_1_pk",
"children[0].aliases[0]": "jef-one-session-payloads",
"children[0].aliases[1]": "session-payloads",
"children[0].aliases[2]": "one-session-payloads",
"children[0].aliases[3]": "jef_one_session_payloads",
"children[0].aliases[4]": "session_payloads",
"children[0].aliases[5]": "one_session_payloads",
"children[0].aliases[6]": "payloads",
"patch.semantic_patch_version": "patch-ignore-immutable-v2",
"patch.allowed_fields[0]": "session_id",
"patch.allowed_fields[1]": "domain_id",
"patch.allowed_fields[2]": "main_parent_key_name",
"patch.allowed_fields[3]": "main_parent_key_value",
"patch.allowed_fields[4]": "employee_id",
"patch.allowed_fields[5]": "entity_id",
"patch.allowed_fields[6]": "application_id",
"patch.allowed_fields[7]": "status",
"patch.allowed_fields[8]": "is_valid",
"patch.allowed_fields[9]": "is_active",
"patch.allowed_fields[10]": "expires_at",
"patch.allowed_fields[11]": "verified_at",
"patch.allowed_fields[12]": "failure_code",
"patch.allowed_fields[13]": "failure_reason",
"patch.ignored_fields[0]": "created",
"patch.ignored_fields[1]": "created_at",
"patch.ignored_fields[2]": "deleted_at",
"patch.ignored_fields[3]": "idempotency_key",
"patch.ignored_fields[4]": "is_deleted",
"patch.ignored_fields[5]": "schema_version",
"patch.ignored_fields[6]": "updated",
"patch.ignored_fields[7]": "updated_at",
"patch.editable_attributes.session_id.field": "session_id",
"patch.editable_attributes.session_id.type": "S",
"patch.editable_attributes.session_id.required": "False",
"patch.editable_attributes.session_id.source_required": "True",
"patch.editable_attributes.session_id.server_generated": "True",
"patch.editable_attributes.session_id.autogenerated": "False",
"patch.editable_attributes.session_id.frontend_autocomputed": "False",
"patch.editable_attributes.session_id.format": "uuidv4",
"patch.editable_attributes.session_id.regex": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
"patch.editable_attributes.domain_id.field": "domain_id",
"patch.editable_attributes.domain_id.type": "S",
"patch.editable_attributes.domain_id.required": "True",
"patch.editable_attributes.domain_id.source_required": "True",
"patch.editable_attributes.domain_id.server_generated": "True",
"patch.editable_attributes.domain_id.autogenerated": "False",
"patch.editable_attributes.domain_id.frontend_autocomputed": "False",
"patch.editable_attributes.domain_id.format": "uuidv4",
"patch.editable_attributes.domain_id.regex": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
"patch.editable_attributes.main_parent_key_name.field": "main_parent_key_name",
"patch.editable_attributes.main_parent_key_name.type": "S",
"patch.editable_attributes.main_parent_key_name.required": "True",
"patch.editable_attributes.main_parent_key_name.source_required": "True",
"patch.editable_attributes.main_parent_key_name.server_generated": "False",
"patch.editable_attributes.main_parent_key_name.autogenerated": "False",
"patch.editable_attributes.main_parent_key_name.frontend_autocomputed": "False",
"patch.editable_attributes.main_parent_key_name.regex": "^[A-Za-z0-9_-]{1,120}$",
"patch.editable_attributes.main_parent_key_value.field": "main_parent_key_value",
"patch.editable_attributes.main_parent_key_value.type": "S",
"patch.editable_attributes.main_parent_key_value.required": "True",
"patch.editable_attributes.main_parent_key_value.source_required": "True",
"patch.editable_attributes.main_parent_key_value.server_generated": "False",
"patch.editable_attributes.main_parent_key_value.autogenerated": "False",
"patch.editable_attributes.main_parent_key_value.frontend_autocomputed": "False",
"patch.editable_attributes.main_parent_key_value.regex": "^.{1,255}$",
"patch.editable_attributes.employee_id.field": "employee_id",
"patch.editable_attributes.employee_id.type": "S",
"patch.editable_attributes.employee_id.required": "True",
"patch.editable_attributes.employee_id.source_required": "True",
"patch.editable_attributes.employee_id.server_generated": "True",
"patch.editable_attributes.employee_id.autogenerated": "False",
"patch.editable_attributes.employee_id.frontend_autocomputed": "False",
"patch.editable_attributes.employee_id.format": "uuidv4",
"patch.editable_attributes.employee_id.regex": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
"patch.editable_attributes.entity_id.field": "entity_id",
"patch.editable_attributes.entity_id.type": "S",
"patch.editable_attributes.entity_id.required": "True",
"patch.editable_attributes.entity_id.source_required": "True",
"patch.editable_attributes.entity_id.server_generated": "True",
"patch.editable_attributes.entity_id.autogenerated": "False",
"patch.editable_attributes.entity_id.frontend_autocomputed": "False",
"patch.editable_attributes.entity_id.format": "uuidv4",
"patch.editable_attributes.entity_id.regex": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
"patch.editable_attributes.application_id.field": "application_id",
"patch.editable_attributes.application_id.type": "S",
"patch.editable_attributes.application_id.required": "True",
"patch.editable_attributes.application_id.source_required": "True",
"patch.editable_attributes.application_id.server_generated": "True",
"patch.editable_attributes.application_id.autogenerated": "False",
"patch.editable_attributes.application_id.frontend_autocomputed": "False",
"patch.editable_attributes.application_id.format": "uuidv4",
"patch.editable_attributes.application_id.regex": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
"patch.editable_attributes.status.field": "status",
"patch.editable_attributes.status.type": "S",
"patch.editable_attributes.status.required": "True",
"patch.editable_attributes.status.source_required": "True",
"patch.editable_attributes.status.server_generated": "False",
"patch.editable_attributes.status.autogenerated": "False",
"patch.editable_attributes.status.frontend_autocomputed": "False",
"patch.editable_attributes.status.regex": "^[a-z][a-z0-9_-]{0,63}$",
"patch.editable_attributes.is_valid.field": "is_valid",
"patch.editable_attributes.is_valid.type": "BOOL",
"patch.editable_attributes.is_valid.required": "True",
"patch.editable_attributes.is_valid.source_required": "True",
"patch.editable_attributes.is_valid.server_generated": "False",
"patch.editable_attributes.is_valid.autogenerated": "False",
"patch.editable_attributes.is_valid.frontend_autocomputed": "False",
"patch.editable_attributes.is_valid.regex": "^(true|false)$",
"patch.editable_attributes.is_active.field": "is_active",
"patch.editable_attributes.is_active.type": "BOOL",
"patch.editable_attributes.is_active.required": "False",
"patch.editable_attributes.is_active.source_required": "True",
"patch.editable_attributes.is_active.server_generated": "False",
"patch.editable_attributes.is_active.autogenerated": "False",
"patch.editable_attributes.is_active.frontend_autocomputed": "False",
"patch.editable_attributes.is_active.regex": "^(true|false)$",
"patch.editable_attributes.expires_at.field": "expires_at",
"patch.editable_attributes.expires_at.type": "S",
"patch.editable_attributes.expires_at.required": "True",
"patch.editable_attributes.expires_at.source_required": "True",
"patch.editable_attributes.expires_at.server_generated": "True",
"patch.editable_attributes.expires_at.autogenerated": "False",
"patch.editable_attributes.expires_at.frontend_autocomputed": "False",
"patch.editable_attributes.expires_at.format": "iso8601",
"patch.editable_attributes.expires_at.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
"patch.editable_attributes.verified_at.field": "verified_at",
"patch.editable_attributes.verified_at.type": "S",
"patch.editable_attributes.verified_at.required": "False",
"patch.editable_attributes.verified_at.source_required": "False",
"patch.editable_attributes.verified_at.server_generated": "True",
"patch.editable_attributes.verified_at.autogenerated": "False",
"patch.editable_attributes.verified_at.frontend_autocomputed": "False",
"patch.editable_attributes.verified_at.format": "iso8601",
"patch.editable_attributes.verified_at.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
"patch.editable_attributes.failure_code.field": "failure_code",
"patch.editable_attributes.failure_code.type": "S",
"patch.editable_attributes.failure_code.required": "False",
"patch.editable_attributes.failure_code.source_required": "False",
"patch.editable_attributes.failure_code.server_generated": "False",
"patch.editable_attributes.failure_code.autogenerated": "False",
"patch.editable_attributes.failure_code.frontend_autocomputed": "False",
"patch.editable_attributes.failure_code.regex": "^[a-z][a-z0-9_-]{0,63}$",
"patch.editable_attributes.failure_reason.field": "failure_reason",
"patch.editable_attributes.failure_reason.type": "S",
"patch.editable_attributes.failure_reason.required": "False",
"patch.editable_attributes.failure_reason.source_required": "False",
"patch.editable_attributes.failure_reason.server_generated": "False",
"patch.editable_attributes.failure_reason.autogenerated": "False",
"patch.editable_attributes.failure_reason.frontend_autocomputed": "False",
"patch.editable_attributes.failure_reason.regex": "^.{0,500}$",
"root.type": "object",
"root.attributes.session_id.field": "session_id",
"root.attributes.session_id.type": "S",
"root.attributes.session_id.required": "False",
"root.attributes.session_id.source_required": "True",
"root.attributes.session_id.server_generated": "True",
"root.attributes.session_id.autogenerated": "False",
"root.attributes.session_id.frontend_autocomputed": "False",
"root.attributes.session_id.format": "uuidv4",
"root.attributes.session_id.regex": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
"root.attributes.domain_id.field": "domain_id",
"root.attributes.domain_id.type": "S",
"root.attributes.domain_id.required": "True",
"root.attributes.domain_id.source_required": "True",
"root.attributes.domain_id.server_generated": "True",
"root.attributes.domain_id.autogenerated": "False",
"root.attributes.domain_id.frontend_autocomputed": "False",
"root.attributes.domain_id.format": "uuidv4",
"root.attributes.domain_id.regex": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
"root.attributes.main_parent_key_name.field": "main_parent_key_name",
"root.attributes.main_parent_key_name.type": "S",
"root.attributes.main_parent_key_name.required": "True",
"root.attributes.main_parent_key_name.source_required": "True",
"root.attributes.main_parent_key_name.server_generated": "False",
"root.attributes.main_parent_key_name.autogenerated": "False",
"root.attributes.main_parent_key_name.frontend_autocomputed": "False",
"root.attributes.main_parent_key_name.regex": "^[A-Za-z0-9_-]{1,120}$",
"root.attributes.main_parent_key_value.field": "main_parent_key_value",
"root.attributes.main_parent_key_value.type": "S",
"root.attributes.main_parent_key_value.required": "True",
"root.attributes.main_parent_key_value.source_required": "True",
"root.attributes.main_parent_key_value.server_generated": "False",
"root.attributes.main_parent_key_value.autogenerated": "False",
"root.attributes.main_parent_key_value.frontend_autocomputed": "False",
"root.attributes.main_parent_key_value.regex": "^.{1,255}$",
"root.attributes.employee_id.field": "employee_id",
"root.attributes.employee_id.type": "S",
"root.attributes.employee_id.required": "True",
"root.attributes.employee_id.source_required": "True",
"root.attributes.employee_id.server_generated": "True",
"root.attributes.employee_id.autogenerated": "False",
"root.attributes.employee_id.frontend_autocomputed": "False",
"root.attributes.employee_id.format": "uuidv4",
"root.attributes.employee_id.regex": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
"root.attributes.entity_id.field": "entity_id",
"root.attributes.entity_id.type": "S",
"root.attributes.entity_id.required": "True",
"root.attributes.entity_id.source_required": "True",
"root.attributes.entity_id.server_generated": "True",
"root.attributes.entity_id.autogenerated": "False",
"root.attributes.entity_id.frontend_autocomputed": "False",
"root.attributes.entity_id.format": "uuidv4",
"root.attributes.entity_id.regex": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
"root.attributes.application_id.field": "application_id",
"root.attributes.application_id.type": "S",
"root.attributes.application_id.required": "True",
"root.attributes.application_id.source_required": "True",
"root.attributes.application_id.server_generated": "True",
"root.attributes.application_id.autogenerated": "False",
"root.attributes.application_id.frontend_autocomputed": "False",
"root.attributes.application_id.format": "uuidv4",
"root.attributes.application_id.regex": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
"root.attributes.status.field": "status",
"root.attributes.status.type": "S",
"root.attributes.status.required": "True",
"root.attributes.status.source_required": "True",
"root.attributes.status.server_generated": "False",
"root.attributes.status.autogenerated": "False",
"root.attributes.status.frontend_autocomputed": "False",
"root.attributes.status.regex": "^[a-z][a-z0-9_-]{0,63}$",
"root.attributes.is_valid.field": "is_valid",
"root.attributes.is_valid.type": "BOOL",
"root.attributes.is_valid.required": "True",
"root.attributes.is_valid.source_required": "True",
"root.attributes.is_valid.server_generated": "False",
"root.attributes.is_valid.autogenerated": "False",
"root.attributes.is_valid.frontend_autocomputed": "False",
"root.attributes.is_valid.regex": "^(true|false)$",
"root.attributes.is_active.field": "is_active",
"root.attributes.is_active.type": "BOOL",
"root.attributes.is_active.required": "False",
"root.attributes.is_active.source_required": "True",
"root.attributes.is_active.server_generated": "False",
"root.attributes.is_active.autogenerated": "False",
"root.attributes.is_active.frontend_autocomputed": "False",
"root.attributes.is_active.regex": "^(true|false)$",
"root.attributes.expires_at.field": "expires_at",
"root.attributes.expires_at.type": "S",
"root.attributes.expires_at.required": "True",
"root.attributes.expires_at.source_required": "True",
"root.attributes.expires_at.server_generated": "True",
"root.attributes.expires_at.autogenerated": "False",
"root.attributes.expires_at.frontend_autocomputed": "False",
"root.attributes.expires_at.format": "iso8601",
"root.attributes.expires_at.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
"root.attributes.verified_at.field": "verified_at",
"root.attributes.verified_at.type": "S",
"root.attributes.verified_at.required": "False",
"root.attributes.verified_at.source_required": "False",
"root.attributes.verified_at.server_generated": "True",
"root.attributes.verified_at.autogenerated": "False",
"root.attributes.verified_at.frontend_autocomputed": "False",
"root.attributes.verified_at.format": "iso8601",
"root.attributes.verified_at.regex": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d{1,6})?Z?$",
"root.attributes.failure_code.field": "failure_code",
"root.attributes.failure_code.type": "S",
"root.attributes.failure_code.required": "False",
"root.attributes.failure_code.source_required": "False",
"root.attributes.failure_code.server_generated": "False",
"root.attributes.failure_code.autogenerated": "False",
"root.attributes.failure_code.frontend_autocomputed": "False",
"root.attributes.failure_code.regex": "^[a-z][a-z0-9_-]{0,63}$",
"root.attributes.failure_reason.field": "failure_reason",
"root.attributes.failure_reason.type": "S",
"root.attributes.failure_reason.required": "False",
"root.attributes.failure_reason.source_required": "False",
"root.attributes.failure_reason.server_generated": "False",
"root.attributes.failure_reason.autogenerated": "False",
"root.attributes.failure_reason.frontend_autocomputed": "False",
"root.attributes.failure_reason.regex": "^.{0,500}$"
}
Response Schema¶
{
"type": "object",
"properties.ok.type": "boolean",
"properties.accepted.type": "boolean",
"properties.is_committed.type": "boolean",
"properties.request_id.type": "string",
"properties.message.type": "string",
"properties.table.type": "string",
"properties.operation.type": "string",
"properties.primary_key.type": "string",
"properties.primary_key_value.type": "string",
"properties.item_update_count.type": "number",
"properties.child_update_count.type": "number"
}
Request Payload¶
{
"session_id": "90130927-c4b3-4733-9800-253974c94a8f",
"domain_id": "ca6e26b8-9406-4789-b34a-c3fc67867b18"
}
Response¶
{
"type": "object",
"properties.ok.type": "boolean",
"properties.accepted.type": "boolean",
"properties.is_committed.type": "boolean",
"properties.request_id.type": "string",
"properties.message.type": "string",
"properties.table.type": "string",
"properties.operation.type": "string",
"properties.primary_key.type": "string",
"properties.primary_key_value.type": "string",
"properties.item_update_count.type": "number",
"properties.child_update_count.type": "number"
}
CMD curl¶
curl -X PATCH "https://api.jefoffice.com/one/one-sessions-patch-one" -H "Content-Type: application/json" --data-raw "{\"session_id\": \"90130927-c4b3-4733-9800-253974c94a8f\", \"domain_id\": \"ca6e26b8-9406-4789-b34a-c3fc67867b18\"}"
PowerShell curl¶
curl.exe -X PATCH "https://api.jefoffice.com/one/one-sessions-patch-one" -H "Content-Type: application/json" --data-raw '{"session_id": "90130927-c4b3-4733-9800-253974c94a8f", "domain_id": "ca6e26b8-9406-4789-b34a-c3fc67867b18"}'