Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: change deactivation_date to expiration_date #87

Merged
merged 1 commit into from
Oct 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/how_to/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ When creating a tag, this are the fields expected:
| activation_date | Datetime when the tag will be activated. | No |
| | It can have UTC format or Year-Month-Day H:M:S | |
+----------------------------------+--------------------------------------------------+------------------+
| deactivation_date | Datetime when the tag will be deactivated. | No |
| expiration_date | Datetime when the tag will be deactivated. | No |
| | It can have UTC format or Year-Month-Day H:M:S | |
+----------------------------------+--------------------------------------------------+------------------+
| target_type | Type of the target. Must be equal to: user, site,| Yes |
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Fields
| access | Contains possible values for the field | Public, private, | Any validator but must have at least one |
| | | protected. | of the values defined. |
+-------------------------+-----------------------------------------+-----------------------+--------------------------------------------+
| deactivation_date | Contains possible datetime values for | Year-month-day H:M:S | in, exists, equals, between. If apply, the |
| expiration_date | Contains possible datetime values for | Year-month-day H:M:S | in, exists, equals, between. If apply, the |
| | the field. | | values must match the format specified. |
+-------------------------+-----------------------------------------+-----------------------+--------------------------------------------+
| activation_date | Contains possible datetime values for | Year-month-day H:M:S | in, exists, equals, between. If apply, the |
Expand Down
2 changes: 1 addition & 1 deletion docs/how_to/model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Attributes
+--------------------------+----------------------------------------------------------------------------+
| activation_date | Datetime when the tag will be activated. |
+--------------------------+----------------------------------------------------------------------------+
| deactivation_date | Datetime when the tag will be deactivated. |
| expiration_date | Datetime when the tag will be deactivated. |
+--------------------------+----------------------------------------------------------------------------+
| created_at | Creation date. |
+--------------------------+----------------------------------------------------------------------------+
Expand Down