Skip to content

Commit

Permalink
fix(specs): remove the processing outcome (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4359

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Pierre Millot <[email protected]>
  • Loading branch information
algolia-bot and millotp committed Jan 16, 2025
1 parent 1ee7ff4 commit 0d24c37
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions algoliasearch/Models/Ingestion/RunOutcome.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@ public enum RunOutcome
/// Enum Failure for value: failure
/// </summary>
[JsonPropertyName("failure")]
Failure = 2,

/// <summary>
/// Enum Processing for value: processing
/// </summary>
[JsonPropertyName("processing")]
Processing = 3
Failure = 2
}

0 comments on commit 0d24c37

Please sign in to comment.