mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-22 20:26:50 +00:00
Hide transaction approvalStatus field from sample POST data in API documentation
This commit is contained in:
@@ -70,7 +70,7 @@ public abstract class TransactionData {
|
||||
protected Integer blockHeight;
|
||||
|
||||
// Not always present
|
||||
@Schema(description = "group-approval status")
|
||||
@Schema(accessMode = AccessMode.READ_ONLY, description = "group-approval status")
|
||||
protected ApprovalStatus approvalStatus;
|
||||
|
||||
// Not always present
|
||||
|
Reference in New Issue
Block a user