mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36: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;
|
protected Integer blockHeight;
|
||||||
|
|
||||||
// Not always present
|
// Not always present
|
||||||
@Schema(description = "group-approval status")
|
@Schema(accessMode = AccessMode.READ_ONLY, description = "group-approval status")
|
||||||
protected ApprovalStatus approvalStatus;
|
protected ApprovalStatus approvalStatus;
|
||||||
|
|
||||||
// Not always present
|
// Not always present
|
||||||
|
Reference in New Issue
Block a user