Skip to content

Commit

Permalink
Merge pull request #3489 from sap-contributions/docs-buildpack-state
Browse files Browse the repository at this point in the history
Correct list of buildpack states in docs
  • Loading branch information
philippthun authored Oct 24, 2023
2 parents 20a5458 + a6d0265 commit 96b041d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Name | Type | Description
**created_at** | _[timestamp](#timestamps)_ | The time with zone when the object was created
**updated_at** | _[timestamp](#timestamps)_ | The time with zone when the object was last updated
**name** | _string_ | The name of the buildpack; to be used by app buildpack field (only alphanumeric characters)
**state** | _string_ | The state of the buildpack Valid value is: `AWAITING_UPLOAD`
**state** | _string_ | The state of the buildpack; valid states are: `AWAITING_UPLOAD`, `READY`
**stack** | _string_ | The name of the stack that the buildpack will use
**filename** | _string_ | The filename of the buildpack
**position** | _integer_ | The order in which the buildpacks are checked during buildpack auto-detection
Expand Down

0 comments on commit 96b041d

Please sign in to comment.