Skip to content

Commit

Permalink
fix: add missing id to entitlement
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Oct 2, 2024
1 parent 8a545fa commit 6d72825
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api/spec/src/entitlements/entitlements.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,13 @@ model EntitlementSharedFields {
...ResourceTimestamps;
...OmitProperties<EntitlementCreateSharedFields, "featureKey" | "featureId">;

/**
* Readonly unique ULID identifier.
*/
@example("01ARZ3NDEKTSV4RRFFQ69G5FAV")
@visibility("read")
id: ULID;

/**
* The type of the entitlement.
*/
Expand Down

0 comments on commit 6d72825

Please sign in to comment.