Skip to content

Commit

Permalink
codewrap the acorns
Browse files Browse the repository at this point in the history
  • Loading branch information
akeller committed Nov 1, 2024
1 parent c8b76a6 commit 8ca8e51
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions optimize/apis-tools/optimize-api/event-ingestion.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ POST `/api/ingestion/event/batch`

##### Request Body:

```
[
{
"specversion": "1.0",
Expand All @@ -184,6 +185,7 @@ POST `/api/ingestion/event/batch`
}
}
]
```

#### Response

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ POST `/api/ingestion/variable`

Request Body:

```
[
{
"id": "7689fced-2639-4408-9de1-cf8f72769f43",
Expand All @@ -110,6 +111,7 @@ Request Body:
"processDefinitionKey": "orderProcess"
}
]
```

### Response

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ POST `/api/ingestion/event/batch`

##### Request Body:

```
[
{
"specversion": "1.0",
Expand All @@ -184,6 +185,7 @@ POST `/api/ingestion/event/batch`
}
}
]
```

#### Response

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ POST `/api/ingestion/event/batch`

##### Request Body:

```
[
{
"specversion": "1.0",
Expand All @@ -184,6 +185,7 @@ POST `/api/ingestion/event/batch`
}
}
]
```

#### Response

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ POST `/api/ingestion/event/batch`

##### Request Body:

```
[
{
"specversion": "1.0",
Expand All @@ -184,6 +185,7 @@ POST `/api/ingestion/event/batch`
}
}
]
```

#### Response

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ POST `/api/ingestion/variable`

Request Body:

```
[
{
"id": "7689fced-2639-4408-9de1-cf8f72769f43",
Expand All @@ -110,6 +111,7 @@ Request Body:
"processDefinitionKey": "orderProcess"
}
]
```

### Response

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ POST `/api/ingestion/event/batch`

##### Request Body:

```
[
{
"specversion": "1.0",
Expand All @@ -184,6 +185,7 @@ POST `/api/ingestion/event/batch`
}
}
]
```

#### Response

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ POST `/api/ingestion/variable`

Request Body:

```
[
{
"id": "7689fced-2639-4408-9de1-cf8f72769f43",
Expand All @@ -110,6 +111,7 @@ Request Body:
"processDefinitionKey": "orderProcess"
}
]
```

### Response

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ POST `/api/ingestion/event/batch`

##### Request Body:

```
[
{
"specversion": "1.0",
Expand All @@ -184,6 +185,7 @@ POST `/api/ingestion/event/batch`
}
}
]
```

#### Response

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ POST `/api/ingestion/variable`

Request Body:

```
[
{
"id": "7689fced-2639-4408-9de1-cf8f72769f43",
Expand All @@ -110,6 +111,7 @@ Request Body:
"processDefinitionKey": "orderProcess"
}
]
```

### Response

Expand Down

0 comments on commit 8ca8e51

Please sign in to comment.