Tasks API documentation refactor (#14492)

Co-authored-by: Charles Smith <techdocsmith@gmail.com>
This commit is contained in:
Nhi Pham 2023-07-11 13:19:39 -07:00 committed by GitHub
parent 854ef98235
commit d76903f10b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1348 additions and 41 deletions

File diff suppressed because it is too large Load Diff

View File

@ -99,3 +99,15 @@ article iframe {
margin-right: auto; margin-right: auto;
max-width: 100%; max-width: 100%;
} }
.getAPI {
color: #0073e6;
font-weight: bold;
}
.postAPI {
color: #00bf7d;
font-weight: bold;
}
.deleteAPI {
color: #f49200;
font-weight: bold;
}