Skip to content
Snippets Groups Projects
Commit 338ad91e authored by Роман Романов's avatar Роман Романов
Browse files

Update README.md

parent 5c0edfd1
Branches patch-1
No related merge requests found
......@@ -33,11 +33,11 @@ Migrations: versioned migrations (hardcoded, not embedded) are applied at the se
### Job handler ("identity-service")
Operation | Description
-|-
`request-tenant-check` | Calls `TenantsInvite` GRPC API method
`request-landlord-check` | Calls `LandlordCheck` GRPC API method
`skip-checks` | Destroys all tenant polling entries for the specified offer
Operation | Description | Input | Output
-|-|-|-
`request-tenant-check` | Invite tenant to rentprofile checking |-| error(optional) – error details
`request-landlord-check` | Invite landlord to rentprofile checking | - | error(optional) – error details
`skip-checks` | Skip rentprofile checking | - | error(optional) – error details
### Monitoring API
......@@ -47,12 +47,4 @@ None.
N/A
## Zeebe integration
### Job handler ("identity-service")
Operation | Description | Input | Output
-|-|-|-
`request-tenant-check` | Invite tenant to rentprofile checking |-| error(optional) – error details
`request-landlord-check` | Invite landlord to rentprofile checking | - | error(optional) – error details
`skip-checks` | Skip rentprofile checking | - | error(optional) – error details
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment